wok-next diff libpaper/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents 5841522533ec
children f48456621a9d
line diff
     1.1 --- a/libpaper/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.2 +++ b/libpaper/receipt	Tue May 15 02:59:03 2018 +0300
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="https://packages.debian.org/unstable/source/libpaper"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libpaper.html"
     1.8  
     1.9  TARBALL="libpaper_$VERSION.tar.gz"
    1.10  WGET_URL="http://ftp.debian.org/debian/pool/main/libp/libpaper/$TARBALL"
    1.11 @@ -25,8 +26,11 @@
    1.12  	make install || return 1
    1.13  
    1.14  	install -m755 $stuff/run-parts $install/usr/bin
    1.15 +
    1.16  	mkdir -p $install/etc
    1.17  	echo 'a4' > $install/etc/papersize
    1.18 +
    1.19 +	mkdir -p $install/etc/libpaper.d
    1.20  }
    1.21  
    1.22  genpkg_rules() {
    1.23 @@ -38,7 +42,3 @@
    1.24  		*-dev) copy @dev;;
    1.25  	esac
    1.26  }
    1.27 -
    1.28 -post_install_libpaper() {
    1.29 -	mkdir -p "$1/etc/libpaper.d"
    1.30 -}