utils/util-linux: initial commit
[grimoire-witchcraft.git] / utils / util-linux / INSTALL
blobbd473879fe4f32397f53f3a5bbe584ffa48b9e0b
1 make install DESTDIR=$INSTALL_ROOT &&
3 if  [  !  -e  /etc/filesystems  ];  then
4   cp  ${SCRIPT_DIRECTORY}/filesystems  /etc
5 #else
6   #
7   # This way it is tracked on subsequent casts; we need a better way for this
8   # as, if I modify /etc/filesystems and then recast util-linux, util-linux
9   # will own my modifications to /etc/filesystems and on dispel will remove
10   # my modified /etc/filesystems since it'll think it's the original...
11   #
12   #touch  /etc/filesystems