summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2018-09-16 13:20:05 +0200
committerPhilip Goto2018-09-16 13:20:05 +0200
commit04085ce0686735a488cd5ad89c4a3f3e97d1639d (patch)
treea6c2d011bcfbc9266b3c0362d6880cc720a3a5d2
parentead4d22cd380d30bde105f67e568a351d226d15a (diff)
downloadaur-04085ce0686735a488cd5ad89c4a3f3e97d1639d.tar.gz
Skip confirmation on deleting git folder
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 716f7a636200..257f9672df07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ pkgver() {
build() {
cd ${_pkgname}
- tools/extract_adapta.sh
+ yes | tools/extract_adapta.sh
}
package() {