Installing softlink xorrecord pointing to the xorriso binary
This commit is contained in:
parent
eddb70823e
commit
d8b6e69429
@ -52,6 +52,8 @@ install-exec-hook:
|
|||||||
ln -s xorriso $(bindir)/xorrisofs
|
ln -s xorriso $(bindir)/xorrisofs
|
||||||
if test -e $(bindir)/osirrox ; then rm $(bindir)/osirrox ; else echo ; fi
|
if test -e $(bindir)/osirrox ; then rm $(bindir)/osirrox ; else echo ; fi
|
||||||
ln -s xorriso $(bindir)/osirrox
|
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
|
# Trying to create a build timestamp file
|
||||||
|
3
README
3
README
@ -67,8 +67,9 @@ xorriso binary depending on libburn.so, libisofs.so, libisoburn.so.
|
|||||||
After installation documentation is available via
|
After installation documentation is available via
|
||||||
man xorriso
|
man xorriso
|
||||||
|
|
||||||
Two alias links point to the xorriso binary:
|
Several alias links point to the xorriso binary:
|
||||||
xorrisofs starts xorriso with -as mkisofs emulation already enabled
|
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
|
osirrox starts with -osirrox image-to-disk copying already enabled
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
./man1 directory below one of the directories mentioned in environment
|
||||||
variable $MANPATH.
|
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
|
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
|
osirrox starts with -osirrox image-to-disk copying already enabled
|
||||||
|
|
||||||
|
|
||||||
|
@ -158,6 +158,8 @@ install-exec-hook:
|
|||||||
ln -s xorriso $(bindir)/xorrisofs
|
ln -s xorriso $(bindir)/xorrisofs
|
||||||
if test -e $(bindir)/osirrox ; then rm $(bindir)/osirrox ; else echo ; fi
|
if test -e $(bindir)/osirrox ; then rm $(bindir)/osirrox ; else echo ; fi
|
||||||
ln -s xorriso $(bindir)/osirrox
|
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
|
# Trying to create a build timestamp file
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.07.10.164015"
|
#define Xorriso_timestamP "2008.07.10.164412"
|
||||||
|
Loading…
Reference in New Issue
Block a user