diff options
author | Dubiousjim <dubiousjim@gmail.com> | 2013-06-27 02:07:34 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-28 06:57:05 +0000 |
commit | f7211f51c42cdd1304c6d4cbae0d3081c4c143cc (patch) | |
tree | e0a59b2c1e6c48c30fcb2e51fef98269ea4a23a9 /testing/daemontools | |
parent | b20809a593e8f66b1ac98d52799742309f13fbd1 (diff) | |
download | aports-f7211f51c42cdd1304c6d4cbae0d3081c4c143cc.tar.bz2 aports-f7211f51c42cdd1304c6d4cbae0d3081c4c143cc.tar.xz |
testing/daemontools: use local loop var
Diffstat (limited to 'testing/daemontools')
-rw-r--r-- | testing/daemontools/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/daemontools/APKBUILD b/testing/daemontools/APKBUILD index 6fafd9edc7..bc1e1cab7d 100644 --- a/testing/daemontools/APKBUILD +++ b/testing/daemontools/APKBUILD @@ -35,6 +35,7 @@ build() { } package() { + local f cd "$_builddir" mkdir -p "$pkgdir"/usr/bin "$pkgdir"/service for f in $(cat ../package/commands); do |