diff options
author | Thomas Penteker <tek@serverop.de> | 2016-05-14 20:50:12 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2016-05-14 20:50:12 +0200 |
commit | 6f99305a9cb8e16acdf5fac0f61d141d26ecdbeb (patch) | |
tree | 229be437151babc117b694e3c2ca06e29f7ed0e9 /cgroupfs-mount | |
parent | 95d27e2c202483e0c1b43c4510008f93f66a7308 (diff) | |
download | contrib-6f99305a9cb8e16acdf5fac0f61d141d26ecdbeb.tar.gz contrib-6f99305a9cb8e16acdf5fac0f61d141d26ecdbeb.tar.xz |
cgroupfs-mount: port taken
Diffstat (limited to 'cgroupfs-mount')
-rw-r--r-- | cgroupfs-mount/Pkgfile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/cgroupfs-mount/Pkgfile b/cgroupfs-mount/Pkgfile index d05b1ac95..537bfc008 100644 --- a/cgroupfs-mount/Pkgfile +++ b/cgroupfs-mount/Pkgfile @@ -1,8 +1,7 @@ -# Description: Scripts to mount the cgroupfs hierarchy -# URL: https://github.com/tianon/cgroupfs-mount -# Maintainer: James Mills, prologic at shortcircuit dot net dot au -# -# Depends on: bash +# Description: Scripts to mount the cgroupfs hierarchy +# URL: https://github.com/tianon/cgroupfs-mount +# Maintainer: Thomas Penteker, tek at serverop dot de +# Packager: James Mills, prologic at shortcircuit dot net dot au name=cgroupfs-mount version=1.1 @@ -12,7 +11,6 @@ source=(https://github.com/tianon/${name}/archive/${version}.tar.gz) build() { cd $name-$version - # Package install -D -m 755 cgroupfs-mount $PKG/usr/bin/cgroupfs-mount install -D -m 755 cgroupfs-umount $PKG/usr/bin/cgroupfs-umount } |