aboutsummaryrefslogtreecommitdiff
path: root/dwm-git/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'dwm-git/PKGBUILD')
-rw-r--r--dwm-git/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/dwm-git/PKGBUILD b/dwm-git/PKGBUILD
index d1a0e3c..de2190b 100644
--- a/dwm-git/PKGBUILD
+++ b/dwm-git/PKGBUILD
@@ -1,4 +1,4 @@
1pkgname=dwm-git 1pkgname=dwm-git-custom
2_pkgname=dwm 2_pkgname=dwm
3pkgver=6.2 3pkgver=6.2
4pkgrel=1 4pkgrel=1
@@ -25,8 +25,8 @@ pkgver(){
25 25
26prepare() { 26prepare() {
27 cd $_pkgname 27 cd $_pkgname
28 if [[ -f "$SRCDEST/$pkgname/config.h" ]]; then 28 if [[ -f "$SRCDEST/config.h" ]]; then
29 cp -f "$SRCDEST/$pkgname/config.h" config.h 29 cp -f "$SRCDEST/config.h" config.h
30 fi 30 fi
31} 31}
32 32