wok-next diff nathive/receipt @ rev 21369
updated mgetty again (1.1.37 -> 1.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 16 09:53:00 2020 +0100 (2020-04-16) |
parents | f48456621a9d |
children |
line diff
1.1 --- a/nathive/receipt Tue Oct 16 16:46:05 2018 +0300 1.2 +++ b/nathive/receipt Thu Apr 16 09:53:00 2020 +0100 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="0.924" 1.5 CATEGORY="graphics" 1.6 SHORT_DESC="Lightweight image editor" 1.7 -MAINTAINER="jozee@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL3" 1.10 WEB_SITE="http://www.nathive.org/" 1.11 1.12 @@ -14,7 +14,7 @@ 1.13 BUILD_DEPENDS="gtk2-dev python-dev coreutils-operations" 1.14 1.15 compile_rules() { 1.16 - sed -i "s|^BASE.*|BASE = $DESTDIR/usr/|;s|nathive.sh|nathive.py|" makefile 1.17 + sed -i "s|^BASE.*|BASE = $install/usr/|; s|nathive.sh|nathive.py|" makefile 1.18 1.19 make install 1.20 }