Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Jan 19, 2025
1 parent 1f99138 commit 8fa126c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,8 @@ install:
sed -i 's|/usr/lib/ks|/usr/lib/ks-$(MODAPI)|g' $(FDESTDIR)/share/applications/ks-$(MODAPI).desktop
sed -i 's|/usr/bin/ks|/usr/bin/ks-$(MODAPI)|g' $(FDESTDIR)/share/applications/ks-$(MODAPI).desktop
find '$(FDESTDIR)/lib/' -type d -name "runtimes" -exec sh -c 'find $$0 -mindepth 1 -maxdepth 1 -not -name $(ARCH) -type d -exec rm -rf \{\} \;' {} \;
find $(FDESTDIR) -mindepth 1 -type f -exec sh -c 'printf "%s" "$$(realpath --relative-to . "$$0")" ; printf " usr/" ; dirname dirname $$(realpath --relative-to $(FDESTDIR) "$$0")' "{}" \; | tee debian/nitrocid-$(MODAPI).install
find $(FDESTDIR) -mindepth 1 -type f -exec sh -c 'printf "%s" "$$(realpath --relative-to . "$$0")" ; printf " usr/" ; dirname $$(realpath --relative-to $(FDESTDIR) "$$0")' "{}" \; | tee debian/nitrocid-$(MODAPI).install
find $(FDESTDIR) -type d -name Addons -prune -o -type f -exec sh -c 'printf "%s" "$$(realpath --relative-to . "$$0")" ; printf " usr/" ; dirname $$(realpath --relative-to $(FDESTDIR) "$$0")' "{}" \; | tee debian/nitrocid-$(MODAPI)-lite.install
echo usr/bin/ks-$(MODAPI) | tee debian/nitrocid-$(MODAPI).install debian/nitrocid-$(MODAPI)-lite.install
echo usr/bin/ks-jl-$(MODAPI) | tee debian/nitrocid-$(MODAPI).install debian/nitrocid-$(MODAPI)-lite.install
echo usr/share/applications/ks-$(MODAPI).desktop | tee debian/nitrocid-$(MODAPI).install debian/nitrocid-$(MODAPI)-lite.install
$(MAKE) lite

lite:
Expand Down

0 comments on commit 8fa126c

Please sign in to comment.