From 0501feeaecbc588ac54bbbfdc3e97338d69a4a0d Mon Sep 17 00:00:00 2001 From: Malte Kiefer Date: Sun, 3 Jan 2021 05:45:48 +0100 Subject: [PATCH] fix pkgconf and path --- core/cwm/.checksums | 0 core/cwm/.pkgfiles | 0 core/cwm/spkgbuild | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 core/cwm/.checksums mode change 100755 => 100644 core/cwm/.pkgfiles mode change 100755 => 100644 core/cwm/spkgbuild diff --git a/core/cwm/.checksums b/core/cwm/.checksums old mode 100755 new mode 100644 diff --git a/core/cwm/.pkgfiles b/core/cwm/.pkgfiles old mode 100755 new mode 100644 diff --git a/core/cwm/spkgbuild b/core/cwm/spkgbuild old mode 100755 new mode 100644 index 8c710dbaf..29745c0c9 --- a/core/cwm/spkgbuild +++ b/core/cwm/spkgbuild @@ -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 }