summaryrefslogtreecommitdiff
path: root/package/sudo/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-30 05:28:55 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-30 05:28:55 +0100
commita78362f046308235c86ae7175baa3eec343142ff (patch)
tree926607cb991f98a550619c9002535a16552e546c /package/sudo/Makefile
parent405da345c6744ed5a6621d0234166d45c9799b07 (diff)
parent4b5dc45c753b7f021e0eebf10cfae416a8d51c58 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/sudo/Makefile')
-rw-r--r--package/sudo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/sudo/Makefile b/package/sudo/Makefile
index cdde122fe..4e031c871 100644
--- a/package/sudo/Makefile
+++ b/package/sudo/Makefile
@@ -16,7 +16,8 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,SUDO,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_ARGS+= --without-pam
+CONFIGURE_ARGS+= --without-pam \
+ --with-timedir=/var/run
post-install:
$(INSTALL_DIR) $(IDIR_SUDO)/usr/bin