aboutsummaryrefslogtreecommitdiff
path: root/inkscape
diff options
context:
space:
mode:
Diffstat (limited to 'inkscape')
-rwxr-xr-xinkscape/inkscape.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/inkscape/inkscape.SlackBuild b/inkscape/inkscape.SlackBuild
index 5fab16ce..882d3ac0 100755
--- a/inkscape/inkscape.SlackBuild
+++ b/inkscape/inkscape.SlackBuild
@@ -6,14 +6,12 @@
CWD="`pwd`"
-if [ -f "/etc/slackbuildrc" ]; then
+if [ -f ~/.slackbuildrc ]; then
+ source ~/.slackbuildrc
+elif [ -f /etc/slackbuildrc ]; then
source /etc/slackbuildrc
fi
-if [ -f "/root/.slackbuildrc" ]; then
- source /root/.slackbuildrc
-fi
-
# default settings
PACKAGE="inkscape"
ARCH=${ARCH:=i486}