diff options
-rw-r--r-- | data/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/Makefile b/data/Makefile index 1084947f..f35497a2 100644 --- a/data/Makefile +++ b/data/Makefile @@ -1,6 +1,5 @@ PREFIX = /usr/local DATADIR = $(PREFIX)/share -BINDIR = $(PREFIX)/bin DESKTOP_IN := $(wildcard *.desktop.in) DESKTOP = $(DESKTOP_IN:.desktop.in=.desktop) |