autils

Unnamed repository; edit this file 'description' to name the repository.
git clone https://codeberg.org/emmett1/autils
Log | Files | Refs | README | LICENSE

INSTALL.sh (282B)


      1 #!/bin/sh
      2 
      3 BINDIR=${DESTDIR}${BINDIR:-/usr/bin}
      4 CONFDIR=${DESTDIR}${CONFDIR:-/etc}
      5 
      6 mkdir -p ${BINDIR} ${CONFDIR}
      7 
      8 install -m755 apkg ${BINDIR}
      9 install -m755 apkg-* ${BINDIR}
     10 install -m755 revdep updateconf reposync ${BINDIR}
     11 install -m644 doc/apkg.conf.readme ${CONFDIR}/apkg.conf