Parcourir la source

Update 'PKGBUILD'

Nathaniel van Diepen il y a 4 ans
Parent
commit
b8f947836d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      PKGBUILD

+ 2 - 0
PKGBUILD

@@ -13,6 +13,8 @@ depends=('wxgtk')
 license=('custom')
 prepare() {
 	cd "$srcdir/$pkgname";
+	git checkout -f;
+    git clean -f;
 	git apply ../$pkgname.patch
 }
 build() {