[arch-commits] Commit in xsane/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Nov 28 21:54:48 UTC 2019


    Date: Thursday, November 28, 2019 @ 21:54:48
  Author: arojas
Revision: 369896

Fix quoting

Modified:
  xsane/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-28 21:53:27 UTC (rev 369895)
+++ PKGBUILD	2019-11-28 21:54:48 UTC (rev 369896)
@@ -59,7 +59,7 @@
 
   ## For making Gimp Plugin available 
   mkdir -p "$pkgdir/usr/lib/gimp/2.0/plug-ins"
-  ln -sf /usr/bin/xsane-gimp $pkgdir/usr/lib/gimp/2.0/plug-ins/xsane
+  ln -sf /usr/bin/xsane-gimp "$pkgdir"/usr/lib/gimp/2.0/plug-ins/xsane
   #cd "$pkgdir/usr/lib/gimp/2.0/plug-ins/"
   #/bin/ln -s ../../../../bin/xsane-gimp xsane
 



More information about the arch-commits mailing list