[arch-commits] Commit in kbd/trunk (PKGBUILD)
    Antonio Rojas 
    arojas at archlinux.org
       
    Tue Oct  8 20:24:19 UTC 2019
    
    
  
    Date: Tuesday, October 8, 2019 @ 20:24:18
  Author: arojas
Revision: 364190
Fix quoting
Modified:
  kbd/trunk/PKGBUILD
----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-08 20:23:51 UTC (rev 364189)
+++ PKGBUILD	2019-10-08 20:24:18 UTC (rev 364190)
@@ -25,7 +25,7 @@
              )
 
 prepare() {
-  cd ${srcdir}/${pkgname}
+  cd ${pkgname}
   # rename keymap files with the same names
   # this is needed because when only name of keymap is specified
   # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
    
    
More information about the arch-commits
mailing list