From 5c60e53211ffd8b0b69826a2e5afa7672e67be80 Mon Sep 17 00:00:00 2001 From: gn64_jp Date: Sun, 10 Jan 2010 05:01:15 +0000 Subject: [PATCH] add neroaac setting. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@389 4e526526-5e11-4fc0-8910-f8fd03428081 --- tstools/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0