CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fixed Makefile
[pkgutils-cross.git] / Makefile
index 218a1100ff5ce2ce0ff2ed45d488f1f226a7514e..83c4c8578533d41851c79b725a1bea2d4348ac9c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,11 @@
 # Makefile
 #
 
-all: src/pkgmk src/pkgmk.conf
+all: src/pkgmk.conf src/pkgmk
 
 src/pkgmk:
        @make -C src
+       @chmod a+x src/pkgmk
 
 clean:
        @make -C src clean