wok diff poptop-man/receipt @ rev 15626
pcmanfm-legacy: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 08 16:48:16 2013 +0000 (2013-12-08) |
parents | 129bb5b11a7e |
children | 5b7188f5cd91 |
line diff
1.1 --- a/poptop-man/receipt Wed Mar 02 03:12:51 2011 +0000 1.2 +++ b/poptop-man/receipt Sun Dec 08 16:48:16 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="PPTP server man pages." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 WEB_SITE="http://www.poptop.org/" 1.9 WANTED="poptop" 1.10 SOURCE="pptpd" 1.11 @@ -13,6 +14,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/ 1.15 - cp -a $_pkg/usr/share $fs/usr/ 1.16 + cp -a $install/usr/share $fs/usr/ 1.17 } 1.18