Installing softlink xorrecord pointing to the xorriso binary

This commit is contained in:
2008-07-10 16:43:42 +00:00
parent eddb70823e
commit d8b6e69429
5 changed files with 9 additions and 3 deletions

View File

@ -69,8 +69,9 @@ It gets installed with "make install" but may also be placed manually in the
./man1 directory below one of the directories mentioned in environment
variable $MANPATH.
The installation creates two alias links pointing to the xorriso binary:
The installation creates several alias links pointing to the xorriso binary:
xorrisofs starts xorriso with -as mkisofs emulation already enabled
xorrecord starts xorriso with -as cdrecord emulation already enabled
osirrox starts with -osirrox image-to-disk copying already enabled

View File

@ -158,6 +158,8 @@ install-exec-hook:
ln -s xorriso $(bindir)/xorrisofs
if test -e $(bindir)/osirrox ; then rm $(bindir)/osirrox ; else echo ; fi
ln -s xorriso $(bindir)/osirrox
if test -e $(bindir)/xorrecord ; then rm $(bindir)/xorrecord ; else echo ; fi
ln -s xorriso $(bindir)/xorrecord
# Trying to create a build timestamp file

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.07.10.164015"
#define Xorriso_timestamP "2008.07.10.164412"