summaryrefslogtreecommitdiff
path: root/package/totd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/totd/Makefile')
-rw-r--r--package/totd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/totd/Makefile b/package/totd/Makefile
index 938439e9b..207b2d2cc 100644
--- a/package/totd/Makefile
+++ b/package/totd/Makefile
@@ -18,7 +18,7 @@ $(eval $(call PKG_template,TOTD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_
post-install:
$(INSTALL_DIR) $(IDIR_TOTD)/{usr/sbin,etc}
- ${INSTALL_DATA} ./files/totd.conf ${IDIR_TOTD}/etc/
- $(INSTALL_BIN) $(WRKINST)/usr/sbin/totd $(IDIR_TOTD)/usr/sbin/
+ ${INSTALL_DATA} ./files/totd.conf ${IDIR_TOTD}/etc
+ $(INSTALL_BIN) $(WRKINST)/usr/sbin/totd $(IDIR_TOTD)/usr/sbin
include ${TOPDIR}/mk/pkg-bottom.mk