X-Git-Url: https://git.tokkee.org/?p=pkg-libkohana2-php.git;a=blobdiff_plain;f=debian%2Frules;h=2620bed4dc48d4e37f6ba34bafd89b9feaf88627;hp=4ed05371a5027f94e0cb2b70e31b564149aec435;hb=2bc4a7b429d4b6953a0b651dbd5a4aab7e6a6fc6;hpb=6aa27995bad74e9b96e169502f1f705fc46f1b12 diff --git a/debian/rules b/debian/rules index 4ed0537..2620bed 100755 --- a/debian/rules +++ b/debian/rules @@ -44,6 +44,10 @@ install: build rm -rf $(CURDIR)/debian/libkohana2-php/usr/share/php/kohana2/system/fonts ln -s /usr/share/fonts/truetype/ttf-dejavu $(CURDIR)/debian/libkohana2-php/usr/share/php/kohana2/system/fonts + # fix permissions + for file in `find $(CURDIR)/debian/libkohana2-php -name '*.php'`; do \ + chmod 644 $$file; \ + done # Build architecture-independent files here. binary-indep: install