summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwift Geek2015-09-05 21:21:33 +0200
committerSwift Geek2015-09-05 21:21:33 +0200
commit5ce2ebc1fc620fb3d11a4c1d812aecaeb8db3867 (patch)
tree32dc7e8be07e32fcac05ed2fb1a0b2217548273e
parent5fdfab753cc9c844bd4187873e307d5bb8b3995f (diff)
downloadaur-5ce2ebc1fc620fb3d11a4c1d812aecaeb8db3867.tar.gz
Don't remove extra templates
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23623a21b9ba..59e549f3691e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,5 +33,5 @@ package() {
make DESTDIR="$pkgdir" install
# not libraries (and provided by kicad)
- rm -rf "$pkgdir/usr/share/kicad/template"
+ #rm -rf "$pkgdir/usr/share/kicad/template"
}