diff options
author | John Crispin <john@openwrt.org> | 2014-12-01 16:15:13 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-01 16:15:13 +0000 |
commit | b0d2a9e77aa35b92bb03cf1bd9036a3c13ee5130 (patch) | |
tree | 3f0a6f49d0ae48b039946316c88288ecc9551603 /package/base-files/Makefile | |
parent | ecd27db7573fd76347ef62c6d3bacba600e1c0cc (diff) | |
download | upstream-b0d2a9e77aa35b92bb03cf1bd9036a3c13ee5130.tar.gz upstream-b0d2a9e77aa35b92bb03cf1bd9036a3c13ee5130.tar.bz2 upstream-b0d2a9e77aa35b92bb03cf1bd9036a3c13ee5130.zip |
base-files: default_postinst() - create user:group first (resend)
create user:group before running postinst-pkg. the postinst hook might require
the user:group to already exist.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
SVN-Revision: 43472
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index aeba973879..3c453b54aa 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=156 +PKG_RELEASE:=157 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |