1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/xdg_puppy/xdg_puppy.conf
3 # Copyright (C) 2021 - 2022 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
14 if [[ $libdir == *lib64 ]]; then
15 sed -i -e 's%/lib%/lib64%g' fvwm-xdgmenu/Makefile
16 sed -i -e 's%/lib%/lib64%g' icewm-xdgmenu/Makefile
17 sed -i -e 's%/lib%/lib64%g' jwm-xdgmenu/Makefile
18 sed -i -e 's%/lib%/lib64%g' openbox-xdgmenu/Makefile
19 sed -i -e 's%/lib%/lib64%g' windowmaker-xdgmenu/Makefile
23 install -m755 -s fvwm-xdgmenu $root/usr/bin
27 install -m755 -s icewm-xdgmenu $root/usr/bin
31 install -m755 -s jwm-xdgmenu $root/usr/bin
35 install -m755 -s ob-xdgmenu $root/usr/bin
37 cd windowmaker-xdgmenu
39 install -m755 -s wm-xdgmenu $root/usr/bin
44 hook_add postmake 5 "xdg_pup_build"