mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
363 B

  1. --- hdparm-7.3/Makefile 2007-04-27 23:45:15.000000000 +0200
  2. +++ src.hdparm.1223811624.23298.1535493208/hdparm-7.3/Makefile 2008-10-12 13:42:02.000000000 +0200
  3. @@ -27,7 +27,7 @@
  4. hdparm: hdparm.h $(OBJS)
  5. $(CC) $(LDFLAGS) -o hdparm $(OBJS)
  6. - strip hdparm
  7. + $(STRIP) hdparm
  8. install: all hdparm.8
  9. if [ ! -z $(DESTDIR) ]; then $(INSTALL_DIR) $(DESTDIR) ; fi