X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Falbino%2FMakefile;h=e527ef1da7a551840fdf9710011464bd8f3de9dd;hb=34c7916b96a65dbfb6d9414aca781d6292474f98;hp=7b567788e68980e3d861d11898c043fc17e5cf46;hpb=35bfd1603d15f70354524f4d59eab2f7b4eb4946;p=melted diff --git a/src/albino/Makefile b/src/albino/Makefile index 7b56778..e527ef1 100644 --- a/src/albino/Makefile +++ b/src/albino/Makefile @@ -25,8 +25,8 @@ clean: rm -f $(OBJS) $(TARGET) install: all - install -d "$(bindir)" - install -c -s -m 755 $(TARGET) "$(bindir)" + install -d "$(DESTDIR)$(bindir)" + install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)" ifneq ($(wildcard .depend),) include .depend