summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-01 17:40:39 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-01 17:40:39 +0000
commitdf61b749a00a31ad44c16c6d142908d1b532bf1f (patch)
tree58535eb581c04863d065bc20adc4389d2a974a59 /tools/linux_packaging
parentbd65df330fac55cb626dcd8bc4ae436d0d5a3c04 (diff)
try to get the package a little more complete
git-svn-id: svn://localhost/ardour2/branches/3.0@8648 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 4a145ee7cb..2d7d8208ba 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -170,8 +170,8 @@ if test x$MIXBUS != x ; then
# current default for MIXBUS version is US keyboard layout without a keypad
#
echo export ARDOUR_KEYBOARD_LAYOUT=us-nokeypad >> $ENVIRONMENT
- echo export ARDOUR_UI_CONF=ardour2_ui.conf >> $ENVIRONMENT
- echo export ARDOUR2_UI_RC=ardour2_ui_dark.rc >> $ENVIRONMENT
+ echo export ARDOUR_UI_CONF=ardour3_ui.conf >> $ENVIRONMENT
+ echo export ARDOUR3_UI_RC=ardour3_ui_dark.rc >> $ENVIRONMENT
fi
#
@@ -183,12 +183,12 @@ echo export 'PATH=/usr/local/bin:/opt/bin:$PATH' >> $ENVIRONMENT
# create startup helper script
-sed -e "/^%ENV%/r $ENVIRONMENT" -e '/^%ENV%/d' -e 's/%VER%/'"${release_version}"'/' < ardour.sh.in > $APPBIN/ardour2
-rm $ENVIRONMENT && chmod 775 $APPBIN/ardour2
+sed -e "/^%ENV%/r $ENVIRONMENT" -e '/^%ENV%/d' -e 's/%VER%/'"${release_version}"'/' < ardour.sh.in > $APPBIN/ardour3
+rm $ENVIRONMENT && chmod 775 $APPBIN/ardour3
MAIN_EXECUTABLE=ardour-$release_version
echo "Copying ardour executable ...."
-cp ../../gtk2_ardour/$MAIN_EXECUTABLE $APPBIN
+cp $BUILD_ROOT/gtk2_ardour/$MAIN_EXECUTABLE $APPBIN
if test x$STRIP != x ; then
strip $APPBIN/$MAIN_EXECUTABLE
fi
@@ -198,11 +198,11 @@ if test x$WITH_NLS != x ; then
echo "NLS support ..."
echo "I hope you remembered to run scons msgupdate!"
LINGUAS=
- files=`find ../../gtk2_ardour/ -name "*.mo"`
+ files=`find $BUILD_ROOT/gtk2_ardour/ -name "*.mo"`
if [ -z "$files" ]; then
echo ""
- echo "!!!! WARNING !!!! - Did not find any .mo files in ../../gtk2_ardour"
+ echo "!!!! WARNING !!!! - Did not find any .mo files in $BUILD_ROOT/gtk2_ardour"
echo ""
fi