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 }