Installing softlink xorrecord pointing to the xorriso binary
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.07.10.164015"
|
||||
#define Xorriso_timestamP "2008.07.10.164412"
|
||||
|
Reference in New Issue
Block a user