Changeset 1027 in MondoRescue for branches/2.2.1/tools/build2pkg


Ignore:
Timestamp:
Jan 3, 2007, 11:30:11 AM (17 years ago)
Author:
Bruno Cornec
Message:

Final Slackware modifs hopefully

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.1/tools/build2pkg

    r1026 r1027  
    164164        ar=`arch`
    165165        pkg1=$p-${PVER}-${ar}-${TAG}mr.tgz
    166         sudo /sbin/makepkg -p -l -c $pkg1
     166        echo "Running sudo /sbin/makepkg -p -l y -c y $pkg1"
     167        sudo /sbin/makepkg -p -l y -c y $pkg1
    167168        export pkg="$pkg $pkg1"
    168169    else
Note: See TracChangeset for help on using the changeset viewer.