summaryrefslogtreecommitdiff
path: root/test/packages/pkg-any-b/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 01:59:40 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 01:59:40 -0400
commitfdc37e5cf06d845a88971881a99de034a723c94a (patch)
tree6a12e5972fecd04800713d0e50dbc4d4a3d51d49 /test/packages/pkg-any-b/PKGBUILD
parentff2983c207e6ab2a9381e20312355c42307187f6 (diff)
Grab an updated test/ directory from lukeshu/archlinux+cleanup+librelib
It's not like we were running the tests anyway, and this makes merging easier.
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
}