]> git.pld-linux.org Git - packages/google-chrome.git/commitdiff
- it's chrome this time
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 13 Dec 2009 12:13:30 +0000 (12:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    google-chrome.sh -> 1.2

google-chrome.sh

index 8b69c6a43dac588c8c04e821ae00603dd111afea..58a41277f8971360a9131cfb1038648b5d081a0a 100644 (file)
@@ -11,7 +11,7 @@ export LD_LIBRARY_PATH=@libdir@${LD_LIBRARY_PATH:+:"$LD_LIBRARY_PATH"}
 # for to find xdg-settings
 export PATH=@libdir@${PATH:+:"$PATH"}
 
-# chromium needs /dev/shm being mounted
+# chrome needs /dev/shm being mounted
 m=$(awk '$2 == "/dev/shm" && $3 == "tmpfs" {print}' /proc/mounts)
 if [ -z "$m" ]; then
        cat >&2 <<-'EOF'
This page took 0.0964 seconds and 4 git commands to generate.