diff options
Diffstat (limited to 'libremakepkg')
-rwxr-xr-x | libremakepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libremakepkg b/libremakepkg index e83bee7..af18e8e 100755 --- a/libremakepkg +++ b/libremakepkg @@ -63,7 +63,7 @@ while getopts ${libremakepkgargs} arg ; do esac done -if [ $UID -ne 0 ]; then +if [ ! -w / ]; then error "This script must be run as root" exit 1 fi |