X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Frules;h=4ed05371a5027f94e0cb2b70e31b564149aec435;hb=db656e51be531b9f8a4a91cda842c49c8a0bf749;hp=9a800ffca8f9b949884426266cb14d50c585d16d;hpb=74bc5961df8a116780709c08f703d9d690389bcc;p=pkg-libkohana2-php.git diff --git a/debian/rules b/debian/rules index 9a800ff..4ed0537 100755 --- a/debian/rules +++ b/debian/rules @@ -38,11 +38,11 @@ install: build dh_prep dh_installdirs - # Add here commands to install the package into debian/libkohana-php. - cp -a system $(CURDIR)/debian/libkohana-php/usr/share/php/kohana/ + # Add here commands to install the package into debian/libkohana2-php. + cp -a system $(CURDIR)/debian/libkohana2-php/usr/share/php/kohana2/ # Remove DejaVu-Fonts and create symlink - rm -rf $(CURDIR)/debian/libkohana-php/usr/share/php/kohana/system/fonts - ln -s /usr/share/fonts/truetype/ttf-dejavu $(CURDIR)/debian/libkohana-php/usr/share/php/kohana/system/fonts + 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 # Build architecture-independent files here.