wok diff mplayerplug-in/receipt @ rev 11789

fixed typo
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Feb 24 12:06:26 2012 -0800 (2012-02-24)
parents 8e4c74abdf74
children 9602efab8068
line diff
     1.1 --- a/mplayerplug-in/receipt	Mon Jan 02 23:06:19 2012 +0100
     1.2 +++ b/mplayerplug-in/receipt	Fri Feb 24 12:06:26 2012 -0800
     1.3 @@ -23,6 +23,8 @@
     1.4  {
     1.5  	cd $src
     1.6  	sed -i 's/npupp\.h/npfunctions.h/' */np*
     1.7 +	sed -i 's|char [\* ]*NP*_GetMIMEDescription(|const &|' \
     1.8 +		plugingate/np_entry.cpp Source/plugin.cpp
     1.9  	cp $stuff/slitaz-hack.h include
    1.10  	grep -q slitaz-hack include/npplat.h || sed -i \
    1.11  		's/ne _NPPLAT_H_/ne _NPPLAT_H_\n#include "slitaz-hack.h"/' \