diff options
author | John Crispin <john@openwrt.org> | 2007-09-19 19:51:11 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-09-19 19:51:11 +0000 |
commit | 0a08fde2dc6eae2c603a2e87a16a84309415b4ba (patch) | |
tree | aa0e339df3575ab71ac8ab4146848f4c70179703 /target/linux/x86/base-files.mk | |
parent | ce63393e3663a28c8a875c16793f177c62e8d2b7 (diff) | |
download | upstream-0a08fde2dc6eae2c603a2e87a16a84309415b4ba.tar.gz upstream-0a08fde2dc6eae2c603a2e87a16a84309415b4ba.tar.bz2 upstream-0a08fde2dc6eae2c603a2e87a16a84309415b4ba.zip |
root users folder is now in the fs and no longer /tmp
SVN-Revision: 8844
Diffstat (limited to 'target/linux/x86/base-files.mk')
-rw-r--r-- | target/linux/x86/base-files.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/x86/base-files.mk b/target/linux/x86/base-files.mk new file mode 100644 index 0000000000..d77ab55b8e --- /dev/null +++ b/target/linux/x86/base-files.mk @@ -0,0 +1,5 @@ +define Package/base-files/install-target + mkdir -p $(1)/root +endef + + |