diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-30 08:13:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-30 11:46:09 +0000 |
commit | 3675699dcf0cd89bd9664b83f340639c6c086889 (patch) | |
tree | d0462aa1b04069184cef7540ae8aa70b43b473cb | |
parent | 84381d73914e05032f66e3f3adcb1abebe106030 (diff) | |
download | aports-3675699dcf0cd89bd9664b83f340639c6c086889.tar.bz2 aports-3675699dcf0cd89bd9664b83f340639c6c086889.tar.xz |
main/util-vserver: fix comment
-rw-r--r-- | main/util-vserver/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/util-vserver/APKBUILD b/main/util-vserver/APKBUILD index 9fd6e1b397..b7c6ca369b 100644 --- a/main/util-vserver/APKBUILD +++ b/main/util-vserver/APKBUILD @@ -52,7 +52,7 @@ build() { --localstatedir=/var \ || return 1 - # use busybox ionice rather than util-linux-ng + # use busybox ionice rather than util-linux sed -i -e 's:/usr/bin/ionice:/bin/ionice:' Makefile make || return 1 } |