X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Falbino%2FMakefile;h=e527ef1da7a551840fdf9710011464bd8f3de9dd;hb=5acab142eeee94318714dd156f05d7cdc9fc8627;hp=7b567788e68980e3d861d11898c043fc17e5cf46;hpb=eae86b6ff2d11421e4839ffbe79c4c547d15751a;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