pakur.sh 618 B

123456789101112131415
  1. cd "$isim"
  2. make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$PKG" install
  3. install -Dm755 eapol_test "$PKG/usr/bin/eapol_test"
  4. install -d -m755 "$PKG/etc/wpa_supplicant"
  5. install -d -m755 "$PKG/usr/share/dbus-1/system-services"
  6. install -m644 dbus/fi.w1.wpa_supplicant1.service "$PKG/usr/share/dbus-1/system-services/"
  7. install -Dm644 dbus/dbus-wpa_supplicant.conf "$PKG/etc/dbus-1/system.d/wpa_supplicant.conf"
  8. install -d -m755 "$PKG/usr/share/man/man"{5,8}
  9. install -m644 doc/docbook/*.5 "$PKG/usr/share/man/man5/"
  10. install -m644 doc/docbook/*.8 "$PKG/usr/share/man/man8/"
  11. rm -f "$PKG/usr/share/man/man8/wpa_"{priv,gui}.8