From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
Xapps: remove xcalc as some distributions do not come with it Signed-off-by: Waldemar Kozaczuk <[email protected]> --- diff --git a/Xapps/Makefile b/Xapps/Makefile --- a/Xapps/Makefile +++ b/Xapps/Makefile @@ -7,7 +7,6 @@ xauthority_path := $(shell echo $$XAUTHORITY) xclock_path := $(shell which xclock) xeyes_path := $(shell which xeyes) xlogo_path := $(shell which xlogo) -xcalc_path := $(shell which xcalc) module: cp usr.manifest.skel usr.manifest @@ -16,7 +15,6 @@ module: echo '/xclock: $(xclock_path)' >> usr.manifest echo '/xeyes: $(xeyes_path)' >> usr.manifest echo '/xlogo: $(xlogo_path)' >> usr.manifest - echo '/xcalc: $(xcalc_path)' >> usr.manifest clean: rm usr.manifest -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/000000000000ca20ab05a4c5e7f3%40google.com.
