Skip to content

Commit

Permalink
Add home directory cleanup to merge script.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 16, 2009
1 parent 560825a commit b49bf61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions misc/merge.sh
Expand Up @@ -37,6 +37,11 @@ ln -s ld-2.9.so /x86_64/lib/ld-linux.so.2
rm -rf /x86/lib/udev/devices
rm -rf /x86/usr/bin/X11

# Make sure the home directory is gone.
rm -rf /x86_64/home/fatelf
cp -av /x86_64/etc/skel /x86_64/home/fatelf
chown -R fatelf /x86_64/home/fatelf

#cmake -DCMAKE_BUILD_TYPE=Release ../..
#make -j2
if [ "x$AMD64" = "x1" ]; then
Expand Down

0 comments on commit b49bf61

Please sign in to comment.