diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-01 10:53:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-01 10:53:34 +0200 |
commit | 938b9116f72d2952afbbc0c138463a37644d0574 (patch) | |
tree | 7a7dc537de219255c094a8caa3f58c834d7e0bdb /package/base-files/Makefile | |
parent | aeb84dbae5ebe6b03df58f83f13f3cade7cee7c6 (diff) |
enable X11 XVideo Extensions
- add a new libXv package
- optimize xorg-server configuration
- remove some obeolete ipkg files
- enable X11 for mplayer
- fix ruby package
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 1fdcc39a5..ad3b60e10 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -52,6 +52,7 @@ endif mkdir -p $(IDIR_BASE_FILES)/usr/lib mkdir -p $(IDIR_BASE_FILES)/usr/bin chmod 755 $(IDIR_BASE_FILES)/lib/mdev/init + chmod 600 $(IDIR_BASE_FILES)/etc/shadow ln -sf ../tmp/resolv.conf $(IDIR_BASE_FILES)/etc/resolv.conf ln -sf ../proc/mounts $(IDIR_BASE_FILES)/etc/mtab rm -rf $(IDIR_BASE_FILES)/var |