From 3f3774147af391b8ed7d232e50d16110b4f3e32f Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 8 Jan 2008 20:01:45 +0000 Subject: [PATCH] Don't try to copy install.sh when building binary release. --- ROX-Filer/src/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROX-Filer/src/build b/ROX-Filer/src/build index beb70e22..950e5642 100755 --- a/ROX-Filer/src/build +++ b/ROX-Filer/src/build @@ -19,7 +19,7 @@ fi "$GTK24_HOME/gtk-2.4" make "PLATFORM_DIR=$DISTDIR/ROX-Filer"|| exit 1 -(cd "$SRCDIR" && cp -ru Choices install.sh README README-es ROX-Filer.xml rox.xml rox.1 "$DISTDIR") || exit 1 +(cd "$SRCDIR" && cp -ru Choices README README-es ROX-Filer.xml rox.xml rox.1 "$DISTDIR") || exit 1 (cd "$SRCDIR/ROX-Filer" && cp -ru .DirIcon Help images Messages ROX AppInfo.xml AppRun Options.xml style.css subclasses Templates.glade "$DISTDIR/ROX-Filer") || exit 1 find "$DISTDIR" -name '.svn' -type d |xargs rm -rf -- 2.11.4.GIT