diff options
-rw-r--r-- | trunk/Makefile | 2 |
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!" |