diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2006-05-20 13:26:42 +0200 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2006-05-20 13:26:42 +0200 |
commit | 9090832f289150eddc3eeb4c2013a8900494e7e1 (patch) | |
tree | 51547a2f358a7bfc9f0b702a6a6ad4c67d9c6401 | |
parent | 8aec5ee27513dc680d9920e4ea47581b8b9d8553 (diff) | |
download | mkinitcpio-9090832f289150eddc3eeb4c2013a8900494e7e1.tar.gz mkinitcpio-9090832f289150eddc3eeb4c2013a8900494e7e1.tar.xz |
'added mktemp for FILESLIST= to allow multiple mkinitcpio programs at the same time"
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@112 880c04e9-e011-0410-abf7-b926e227c9cd
-rw-r--r-- | mkinitcpio | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ # Settings BASEDIR="" -FILELIST="/tmp/.tmpfilelist" +FILELIST="$(mktemp /tmp/.tmpfilelist.XXXX)" KERNELVERSION="$(uname -r)" FUNCTIONS="functions" #/lib/initramfs/functions CONFIG="mkinitcpio.conf" |