Magellan Linux

Contents of /trunk/vmware-workstation/module_patcher.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1028 - (show annotations) (download) (as text)
Sun Apr 25 19:29:43 2010 UTC (14 years ago) by niro
File MIME type: application/x-sh
File size: 198 byte(s)
-fixed module_patcher

1 #!/bin/bash
2
3 MY_BASE=$(basename $1)
4 if [ -f ${SOURCEDIR}/${PNAME}/${PVER}/${MY_BASE}.patch ];
5 then
6 echo -n "Module Patcher: "
7 patch -f -p1 ${1} < ${SOURCEDIR}/${PNAME}/${PVER}/${MY_BASE}.patch
8 fi

Properties

Name Value
svn:executable *