summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-23 14:53:24 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-23 16:05:22 -0400
commitf183568c8fcda088c9f467fec6c8c098e42f7c00 (patch)
tree080970b9dc4f59ff50565d96d4cd38ae40a7be46 /libre/iceweasel
parentd4d8c2dac57f6a530dfb9b083e77ff27f264eb6a (diff)
libre/iceweasel: Be careful with potentially ambiguous args to install(1)
Diffstat (limited to 'libre/iceweasel')
-rw-r--r--libre/iceweasel/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 9ad813a61..64b7e7914 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -121,10 +121,10 @@ END
quilt push -av
# Put "Start Page" branding images in the source code
- install -m644 "$brandingdir/branding/"{drm-free,gnu_headshadow,parabola-banner}.png \
- browser/base/content/abouthome
- install -m644 "$brandingdir/branding/watermark.svg" \
- browser/extensions/onboarding/content/img
+ install -m644 -t browser/base/content/abouthome -- \
+ "$brandingdir/branding"/{drm-free,gnu_headshadow,parabola-banner}.png
+ install -m644 -t browser/extensions/onboarding/content/img -- \
+ "$brandingdir/branding/watermark.svg"
# produce icons
for i in 128; do