Ticket #16996: patch-Makefile.diff

File patch-Makefile.diff, 514 bytes (added by ranauei@…, 16 years ago)

refreshed Makefile patch

  • Makefile

    old new  
    6666        $(CC) $(CFLAGS) $(DEFS) -o bcwipe wipe.c $(BC_OBJ)
    6767
    6868install: bcwipe
    69         ./install.sh $(root)
    70 # $(INSTALL) -m 644 bcwipe.1      $(root)/$(MAN_PATH)/man1/
    71 # $(INSTALL) -o root -m 755 -s bcwipe   $(root)/usr/bin/
     69        $(INSTALL) -m 644 bcwipe.1      $(DESTDIR)@@prefix@@/share/man/man1/
     70        $(INSTALL) -o root -m 755 -s bcwipe   $(DESTDIR)@@prefix@@/bin/
    7271
    7372clean:
    7473        rm -f *.o *.ver *~ $(TARGETS)