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.

14 lines
536 B

  1. diff -dur wpa_supplicant-0.4.9/Makefile wpa_supplicant-0.4.9-p/Makefile
  2. --- wpa_supplicant-0.4.9/Makefile 2006-05-07 06:05:36.000000000 +0200
  3. +++ wpa_supplicant-0.4.9-p/Makefile 2006-08-12 04:46:34.000000000 +0200
  4. @@ -32,8 +32,8 @@
  5. echo CONFIG_WIRELESS_EXTENSION=y >> .config
  6. install: all
  7. - mkdir -p $(DESTDIR)/usr/local/sbin/
  8. - for i in $(ALL); do cp $$i $(DESTDIR)/usr/local/sbin/$$i; done
  9. + mkdir -p $(DESTDIR)/usr/sbin/
  10. + for i in $(ALL); do cp $$i $(DESTDIR)/usr/sbin/$$i; done
  11. OBJS = config.o \
  12. eloop.o common.o md5.o \