File: fixup

package info (click to toggle)
alsaplayer 0.99.76-9%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,752 kB
  • ctags: 2,970
  • sloc: ansic: 16,775; sh: 10,709; cpp: 9,442; makefile: 694
file content (9 lines) | stat: -rwxr-xr-x 365 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh
sed s/_with_label' ("")'/' ()'/ gladesrc.c > tmpfile.blabla1
sed s/'#include "gladesig.h"'// tmpfile.blabla1 > tmpfile.blabla2
sed s/g_malloc/'(gchar *) g_malloc'/ tmpfile.blabla2 > gladesrc.c
cp -f support.c ../support.cpp
cp -f support.h ../support.h
cp -f gladesrc.c ../gladesrc.cpp
cp -f gladesrc.h ../gladesrc.h
rm -f tmpfile.blabla1 tmpfile.blabla2