+ DESTDIR patch from Anthony Green (green at redhat dot com) - many thanks :-)
[melted] / src / albino / Makefile
index 7b56778..e527ef1 100644 (file)
@@ -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