diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-10-21 08:37:33 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-10-21 08:37:33 +0100 |
commit | b8c4af0771371e0c91a57343892e991254c4bf0b (patch) | |
tree | a02db9fed691521822478f3e0f76b710ca535cb7 /comp/lucas-standen-NEA/code2/zpypkg/Makefile | |
parent | faef2d81c224b715c5e429d04c59ba50fb772d9e (diff) |
did some electronics
Diffstat (limited to 'comp/lucas-standen-NEA/code2/zpypkg/Makefile')
-rw-r--r-- | comp/lucas-standen-NEA/code2/zpypkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comp/lucas-standen-NEA/code2/zpypkg/Makefile b/comp/lucas-standen-NEA/code2/zpypkg/Makefile index dc86e53..ad21210 100644 --- a/comp/lucas-standen-NEA/code2/zpypkg/Makefile +++ b/comp/lucas-standen-NEA/code2/zpypkg/Makefile @@ -1,4 +1,4 @@ -install: zpypkg - cp zpypkg /usr/local/bin/zpypkg +install: zpypkg.sh + cp zpypkg.sh /usr/local/bin/zpypkg uninstall: rm /usr/local/bin/zpypkg |