diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-23 14:53:24 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-23 16:05:22 -0400 |
commit | f183568c8fcda088c9f467fec6c8c098e42f7c00 (patch) | |
tree | 080970b9dc4f59ff50565d96d4cd38ae40a7be46 /libre | |
parent | d4d8c2dac57f6a530dfb9b083e77ff27f264eb6a (diff) | |
download | abslibre-f183568c8fcda088c9f467fec6c8c098e42f7c00.tar.gz abslibre-f183568c8fcda088c9f467fec6c8c098e42f7c00.tar.bz2 abslibre-f183568c8fcda088c9f467fec6c8c098e42f7c00.zip |
libre/iceweasel: Be careful with potentially ambiguous args to install(1)
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 8 |
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 |