diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-18 04:05:29 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-18 04:05:29 +0300 |
commit | 79f2867bf4afa0b5512ec9dc123481592187c290 (patch) | |
tree | f543c75892be510a25dac4f480ecef7746528815 /xorg/xmenu/build | |
parent | cbf07206b16b545fb907e50257e32e6ba44ab183 (diff) | |
download | repository-79f2867bf4afa0b5512ec9dc123481592187c290.tar.gz |
xmenu: add new package at 4.5.4
Diffstat (limited to 'xorg/xmenu/build')
-rwxr-xr-x | xorg/xmenu/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg/xmenu/build b/xorg/xmenu/build new file mode 100755 index 00000000..88032b7b --- /dev/null +++ b/xorg/xmenu/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make PREFIX=/usr +make PREFIX=/usr DESTDIR="$1" install |