X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=tstools%2FMakefile;h=a4360b13ffb53d9b0b81933ed800d699436ed180;hb=24a17b1daf2a6205d5ee367a5ba0ccdec4685ea1;hp=99e060191c6ec2f943507408a0a4db414d9eba97;hpb=fbc78a7affd0567a412a11ba9116eb249c707113;p=rec10%2Frec10-git.git diff --git a/tstools/Makefile b/tstools/Makefile index 99e0601..a4360b1 100755 --- a/tstools/Makefile +++ b/tstools/Makefile @@ -22,6 +22,8 @@ install: cd caption2ass;cp ./Caption.dll $(DEST)/ chmod +x $(DEST)/xvfb-run cd epgdump;make install + if ! [ -f ./neroAacEnc ]; then install -m755 /usr/local/bin ;fi uninstall: rm -rf $(DEST) + if ! [ -f /usr/local/bin/neroAacEnc ]; then rm /usr/local/bin/neroAacEnc ;fi cd epgdump;make uninstall