diff options
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | src/vars.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -26,6 +26,9 @@ install: pkgit install -d ${DESTDIR}${PREFIX}/bin install -m 755 pkgit ${DESTDIR}${PREFIX}/bin/pkgit +uninstall: ${DESTDIR}${PREFIX}/bin/pkgit + ${RM} ${DESTDIR}${PREFIX}/bin/pkgit + defconfig: @echo "Installing default config to ~/.config/pkgit ..." @mkdir -p ~/.config/pkgit @@ -47,7 +47,7 @@ const char* get_install_dir(const char *key) { return ""; } -const char *version = "gizmodic pkgit v67.67.67 (non-pregtal edition)"; //changed from "0.0.0" muhahahah +const char *version = "0.0.1"; //changed from "0.0.0" muhahahah const char *red = "\e[0;31m"; const char *green = "\e[0;32m"; |
