summaryrefslogtreecommitdiff
path: root/test/packages/pkg-any-b/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/packages/pkg-any-b/PKGBUILD')
-rw-r--r--test/packages/pkg-any-b/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/packages/pkg-any-b/PKGBUILD b/test/packages/pkg-any-b/PKGBUILD
index e6a0498..90794fc 100644
--- a/test/packages/pkg-any-b/PKGBUILD
+++ b/test/packages/pkg-any-b/PKGBUILD
@@ -7,6 +7,6 @@ url='http://www.archlinux.org/'
license=('GPL')
package() {
- install -d -m755 ${pkgdir}/usr/share/${pkgname}
- echo 'test' > ${pkgdir}/usr/share/${pkgname}/test
+ install -d -m755 "${pkgdir}"/usr/share/${pkgname}
+ echo 'test' > "${pkgdir}"/usr/share/${pkgname}/test
}