]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/pakfire
Einige Fixes fuer den Paketmanager.
[ipfire-2.x.git] / lfs / pakfire
index 4157aa968d404a1ae6ed62f698c73dded415e692..cfd4258d59c8694c8d4b7f820bc8e50c3229dad1 100644 (file)
@@ -55,5 +55,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cp -fRv $(DIR_SRC)/src/pakfire/* $(DIR_APP)
        cp -vf $(DIR_SRC)/src/pakfire/pakfire.conf $(DIR_APP)/etc/
        chown root.root $(DIR_APP) -R
+       chmod 755 $(DIR_APP)/pakfire
        -cd $(DIR_APP) && find $(DIR_APP) -name .svn -exec rm -rf {} \;
        @$(POSTBUILD)