make install DESTDIR=$INSTALL_ROOT &&

if  [  !  -e  /etc/filesystems  ];  then
  cp  ${SCRIPT_DIRECTORY}/filesystems  /etc
#else
  #
  # This way it is tracked on subsequent casts; we need a better way for this
  # as, if I modify /etc/filesystems and then recast util-linux, util-linux
  # will own my modifications to /etc/filesystems and on dispel will remove
  # my modified /etc/filesystems since it'll think it's the original...
  #
  #touch  /etc/filesystems
fi
