summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzekeer2016-05-03 11:23:20 +0300
committerzekeer2016-05-03 11:23:20 +0300
commit785694e9e6ea00682bf49f00ad9c89f04e4cbdae (patch)
tree1ad5f941c0c4d438b41bee697f67a661b93267b9
parentff6eb982c4fb3bb2e3e651873d17e0b5fe22fed3 (diff)
downloadaur-785694e9e6ea00682bf49f00ad9c89f04e4cbdae.tar.gz
changed runner and notification
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65905c124405..3accb2d1e3d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,5 +12,5 @@ md5sums=('4038d8ce73d011dca818c5564ba85210')
package(){
mkdir -p $pkgdir/usr/share/lxqt/themes
- cp -a $srcdir/$pkgname $pkgdir/usr/share/lxqt/themes
+ cp -a -f $srcdir/$pkgname $pkgdir/usr/share/lxqt/themes
}