forked from ports/contrib
cdrkit: got rid of compat symlinks
This commit is contained in:
parent
6598c95044
commit
685eea8952
@ -2,8 +2,6 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/cdda2mp3
|
||||
-rwxr-xr-x root/root usr/bin/cdda2ogg
|
||||
lrwxrwxrwx root/root usr/bin/cdda2wav -> icedax
|
||||
lrwxrwxrwx root/root usr/bin/cdrecord -> wodim
|
||||
-rwxr-xr-x root/root usr/bin/devdump
|
||||
-rwxr-xr-x root/root usr/bin/dirsplit
|
||||
-rwxr-xr-x root/root usr/bin/genisoimage
|
||||
@ -12,17 +10,13 @@ lrwxrwxrwx root/root usr/bin/cdrecord -> wodim
|
||||
-rwxr-xr-x root/root usr/bin/isodump
|
||||
-rwxr-xr-x root/root usr/bin/isoinfo
|
||||
-rwxr-xr-x root/root usr/bin/isovfy
|
||||
lrwxrwxrwx root/root usr/bin/mkisofs -> genisoimage
|
||||
-rwxr-xr-x root/root usr/bin/pitchplay
|
||||
lrwxrwxrwx root/root usr/bin/readcd -> readom
|
||||
-rwxr-xr-x root/root usr/bin/readmult
|
||||
-rwxr-xr-x root/root usr/bin/readom
|
||||
-rwxr-xr-x root/root usr/bin/wodim
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/cdda2ogg.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/cdda2wav.1.gz -> icedax.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/cdrecord.1.gz -> wodim.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/devdump.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/dirsplit.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/genisoimage.1.gz
|
||||
@ -32,9 +26,7 @@ lrwxrwxrwx root/root usr/man/man1/cdrecord.1.gz -> wodim.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/isoinfo.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/isovfy.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/list_audio_tracks.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/mkisofs.1.gz -> genisoimage.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pitchplay.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/readcd.1.gz -> readom.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/readmult.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/readom.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/wodim.1.gz
|
||||
|
@ -13,14 +13,4 @@ build () {
|
||||
find . -name "CMakeLists.txt" -exec sed -i 's:share/\(man\):\1:g' {} \;
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$PKG/usr
|
||||
make install
|
||||
|
||||
# Create symlinks for cdrtools compatibility
|
||||
ln -s wodim $PKG/usr/bin/cdrecord
|
||||
ln -s wodim.1 $PKG/usr/man/man1/cdrecord.1
|
||||
ln -s icedax $PKG/usr/bin/cdda2wav
|
||||
ln -s icedax.1 $PKG/usr/man/man1/cdda2wav.1
|
||||
ln -s readom $PKG/usr/bin/readcd
|
||||
ln -s readom.1 $PKG/usr/man/man1/readcd.1
|
||||
ln -s genisoimage $PKG/usr/bin/mkisofs
|
||||
ln -s genisoimage.1 $PKG/usr/man/man1/mkisofs.1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user