Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:executable *