From: Jose V Beneyto Date: Tue, 8 Dec 2009 23:19:38 +0000 (+0100) Subject: Fixed exec permissions for pkgmk and pkgmk-cross X-Git-Url: http://gitweb/?a=commitdiff_plain;h=e3b423ef462f060f6d6e72de70a42cb6b0a06efc;p=pkgutils-cross.git Fixed exec permissions for pkgmk and pkgmk-cross --- diff --git a/Makefile b/Makefile index 218a110..4d8680e 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ all: src/pkgmk src/pkgmk.conf src/pkgmk: @make -C src + @chmod a+x src/pkgmk clean: @make -C src clean diff --git a/pkgmk-cross b/pkgmk-cross old mode 100644 new mode 100755