aboutsummaryrefslogtreecommitdiff
path: root/trunk/Makefile
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-05-08 22:38:43 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-05-08 22:38:43 +0000
commit2d594bc3d8bdb56803bee31456b1ff69dde031b9 (patch)
tree30b7208ccbfba2d5bdba4198ff054ed935a961ff /trunk/Makefile
parente774c43bfaba3bbd4e1eb989fc5aa68a14a30646 (diff)
downloadsimplepkg-2d594bc3d8bdb56803bee31456b1ff69dde031b9.tar.gz
simplepkg-2d594bc3d8bdb56803bee31456b1ff69dde031b9.tar.bz2
oops
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@509 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/Makefile')
-rw-r--r--trunk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/Makefile b/trunk/Makefile
index d83db5a..749c492 100644
--- a/trunk/Makefile
+++ b/trunk/Makefile
@@ -72,6 +72,6 @@ package:
echo "Remember to run this option as root!"
@rm -rf /tmp/package-simplepkg
@mkdir -p /tmp/package-simplepkg
- @make DESTDIR=/tmp/package_simplepkg install
+ @make DESTDIR=/tmp/package-simplepkg install
@cd /tmp/package-simplepkg && makepkg -c y -l y /tmp/simplepkg-$(VERSION)-noarch-$(BUILD).tgz && cd - && rm -rf /tmp/package-simplepkg
echo "Remember to run this option as root!"