diff options
Diffstat (limited to 'INSTALL.sh')
| -rw-r--r-- | INSTALL.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,5 +7,5 @@ mkdir -p ${BINDIR} ${CONFDIR} install -m755 apkg ${BINDIR} install -m755 apkg-* ${BINDIR} -install -m755 revdep updateconf ${BINDIR} +install -m755 revdep updateconf reposync ${BINDIR} install -m644 doc/apkg.conf.readme ${CONFDIR}/apkg.conf |