Changeset 4179


Ignore:
Timestamp:
09/26/08 18:48:02 (5 years ago)
Author:
alanbach-guest
Message:
  • GParted binary has been moved to /usr/sbin/, so apply this

change to the installer.

Location:
pkg/viola/main/parsix-installer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pkg/viola/main/parsix-installer/trunk/00-hd-tools.bm

    r2487 r4179  
    157157    action-part-cfdisk 
    158158  else 
    159     [ -x "/usr/bin/gparted" -o -x "/usr/bin/gparted" ] && gparted || action-part-cfdisk 
     159    [ -x "/usr/sbin/gparted" -o -x "/usr/sbin/gparted" ] && /usr/sbin/gparted || action-part-cfdisk 
    160160  fi 
    161161  rebuildfstab -r 
  • pkg/viola/main/parsix-installer/trunk/debian/changelog

    r4132 r4179  
     1parsix-installer (0.82.1.3) unstable; urgency=low 
     2 
     3  * GParted binary has been moved to /usr/sbin/, so apply this 
     4    change to the installer. 
     5 
     6 -- Alan Baghumian <alan@technotux.org>  Fri, 26 Sep 2008 09:46:42 -0700 
     7 
    18parsix-installer (0.82.1.2) unstable; urgency=low 
    29 
Note: See TracChangeset for help on using the changeset viewer.