Changeset 7387 for ipk/source


Ignore:
Timestamp:
Apr 29, 2011, 2:34:27 PM (15 years ago)
Author:
civer
Message:

[IPK/ swapmediacenter/VLC]

  • fixed "no swapstick error"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/swapmediacenter_vlcplayer_2_6/CONTROL/preinst

    r6919 r7387  
    3636echo "checking for swapstick..."
    3737
    38 if [ `cat /proc/mounts | grep /var/swap | wc -l` -lt 1 ]; then
     38if [ `cat /proc/mounts | grep /var/swap | wc -l` -lt 1 ] [ ! -d /var/swap/extensions/ ]; then
    3939        echo "--------------------------"
    4040        echo "no swapstick found...."
Note: See TracChangeset for help on using the changeset viewer.