Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1027 - (hide annotations) (download) (as text)
Sun Apr 25 19:24:35 2010 UTC (14 years ago) by niro
File MIME type: application/x-sh
File size: 174 byte(s)
-added module-patcher.sh and its patchfiles

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

Properties

Name Value
svn:executable *