mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 13:15:12 +02:00
13 lines
397 B
Diff
13 lines
397 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -22,10 +22,6 @@
|
|
.PHONY: install uninstall clean help
|
|
|
|
install:
|
|
- @if test "$(shell id -u)" != 0; then \
|
|
- echo "You are not root, run this target as root please."; \
|
|
- exit 1; \
|
|
- fi
|
|
@echo " Installing "
|
|
@echo
|
|
@echo " :::::::: ::::::::: ::: ::: ::::::::: ::::::::: ::::::::::: ::::::::: :::::::::: :::::::: "
|