Code

patches: Added 01-font-path.diff.
[pkg-libkohana2-php.git] / debian / rules
index 661b99cc13ebc862fb67034bc8e532fa9ddc4722..fc3effee0e0fdb5da1e5b997d8e73282d6848c96 100755 (executable)
@@ -32,8 +32,6 @@ install: build
 
        # remove DejaVu-Fonts and create symlink
        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 \