Skip to content

Commit

Permalink
1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
meefik committed Apr 23, 2014
1 parent e217e4f commit 8682247
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions assets/home/bin/linuxdeploy
Original file line number Diff line number Diff line change
Expand Up @@ -373,11 +373,7 @@ configure_system()
;;
dbus)
case "$DISTRIB" in
debian|ubuntu|kali)
mkdir $MNT_TARGET/var/run/dbus
chmod 755 $MNT_TARGET/var/run/dbus
;;
archlinux)
debian|ubuntu|kali|archlinux)
mkdir $MNT_TARGET/run/dbus
chmod 755 $MNT_TARGET/run/dbus
;;
Expand Down

0 comments on commit 8682247

Please sign in to comment.