LFS change attribute on /sources to a+wt

This commit is contained in:
George Boudreau 2006-03-24 23:04:07 +00:00
parent 9dc82227e7
commit dacaa858eb

View file

@ -34,7 +34,7 @@ chapter4_Makefiles() {
touch user-lfs-exist; \\
fi;
@chown lfs \$(MOUNT_PT)/tools && \\
chown lfs \$(MOUNT_PT)/sources && \\
chmod a+wt \$(MOUNT_PT)/sources && \\
touch \$@
022-settingenvironment: 021-addinguser