fix pkgconf and path

This commit is contained in:
Malte Kiefer
2021-01-03 05:45:48 +01:00
parent 32402fba0b
commit 0501feeaec
3 changed files with 3 additions and 3 deletions

0
core/cwm/.checksums Executable file → Normal file
View File

0
core/cwm/.pkgfiles Executable file → Normal file
View File

6
core/cwm/spkgbuild Executable file → Normal file
View File

@@ -1,9 +1,9 @@
# description : Linux port of the OpenBSD window manager
# depends : pkg-config libx11 libxft xrandr
# depends : pkgconf libx11 libxft xrandr
name=cwm
version=6.7
release=1
release=2
options=""
noextract=""
backup=""
@@ -11,5 +11,5 @@ source="https://github.com/leahneukirchen/$name/archive/v$version.tar.gz"
build() {
cd $name-$version
make DESTDIR=$PKG install
make DESTDIR=$PKG PREFIX=/usr install
}