wok-next diff shutdown/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | cd7906120828 |
children | e7e7475e84c9 |
line diff
1.1 --- a/shutdown/receipt Sat Jul 14 17:43:03 2018 +0300 1.2 +++ b/shutdown/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -4,15 +4,11 @@ 1.4 VERSION="1.0" 1.5 CATEGORY="utilities" 1.6 SHORT_DESC="Simple wrapper for busybox to provide shutdown command" 1.7 -MAINTAINER="nneul@neulinger.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="LGPL" 1.10 -WEB_SITE="http://www.slitaz.org" 1.11 +WEB_SITE="http://www.slitaz.org/" 1.12 REPOLOGY="-" 1.13 1.14 -genpkg_rules() 1.15 -{ 1.16 - mkdir -p $fs/sbin 1.17 - cp $stuff/shutdown $fs/sbin/shutdown 1.18 - chmod 755 $fs/sbin/shutdown 1.19 +genpkg_rules() { 1.20 + install -Dm755 $stuff/shutdown $fs/sbin/shutdown 1.21 } 1.22 -