Skip to content

Commit 44b5c6c

Browse files
committed
install stuff
1 parent 97fcbe0 commit 44b5c6c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
src/
22
pkg
33
xmonad-recompile-hook
4+
*.pkg.*

Makefile

-5
This file was deleted.

PKGBUILD

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ md5sums=('SKIP')
1414

1515
package() {
1616
cd "xmonad-recompile-hook"
17-
make DESTDIR="$pkgdir/" install
17+
mkdir -p "$pkgdir/usr/share/libalpm/hooks/"
18+
cp xmonad-recompile.hook "$pkgdir/usr/share/libalpm/hooks/xmonad-recompile.hook"
1819
}

0 commit comments

Comments
 (0)