]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
tahoe: rebuilt from mkbuild
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 17 Nov 2008 17:18:47 +0000 (17:18 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 17 Nov 2008 17:18:47 +0000 (17:18 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1952 370017ae-e619-0410-ac65-c121f96126d4

app/backup/tahoe/tahoe.SlackBuild

index dd6c8b9df887964ef6c763ab42d4fc85ebdc910f..429fbee312c82e3dd61aea44339bb34896548967 100755 (executable)
@@ -91,8 +91,11 @@ PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $NF }'`"
 cd "$PKG_SRC"
 
 # Build and install package
-make || exit $ERROR_MAKE
-python setup.py build install --root=$PKG || exit $ERROR_INSTALL
+#make || exit $ERROR_MAKE
+#python setup.py build install --root=$PKG || exit $ERROR_INSTALL
+
+# Install
+make install DESTDIR="$PKG" || exit $ERROR_INSTALL
 
 # Strip binaries
 ( cd "$PKG"