OSDN Git Service

fix package files for MinGW on Archlinux
authorIvailo Monev <xakepa10@gmail.com>
Mon, 7 Mar 2016 19:30:17 +0000 (19:30 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Mon, 7 Mar 2016 19:30:17 +0000 (19:30 +0000)
package/archlinux-mingw/PKGBUILD

index 057dd11..a718683 100644 (file)
@@ -64,5 +64,5 @@ package() {
 
     # bootstrap files, they should not be installed and this should be fixed
     # in Katie itself
-    rm -rf "${pkgdir}/local" "${pkgdir}/share"
+    rm -rf "${pkgdir}/usr/local" "${pkgdir}/usr/share"
 }