qiv: xlint.

This commit is contained in:
Christian Neukirchen 2014-11-23 14:12:44 +01:00
parent 39790c8b3f
commit a2e60dbc42
1 changed files with 4 additions and 4 deletions

View File

@ -14,11 +14,11 @@ distfiles="http://spiegl.de/qiv/download/$pkgname-$version.tgz"
checksum=675396b539e6511135fe73c867f9fdd6d912c24c7562797cb047c27d0c2c8ee6
do_configure() {
sed -i "s|\./qiv|echo &|" Makefile
sed -i "s|/man/|/share&|" Makefile
sed -i "s|install -s|install|" Makefile
sed -i "s|\./qiv|echo &|" Makefile
sed -i "s|/man/|/share&|" Makefile
sed -i "s|install -s|install|" Makefile
}
do_install() {
make install PREFIX=$DESTDIR/usr
make install PREFIX=$DESTDIR/usr
}