mirror of https://github.com/GNOME/gimp.git
clean up the sed'ed scripts so that ./configure'd prefixes
are correct
This commit is contained in:
parent
bec0b7073c
commit
174322b2e1
|
@ -6,6 +6,8 @@ pluginlib_SCRIPTS = consolio pdb_help stained_glass sbutton
|
|||
|
||||
SUFFIXES = .tcl
|
||||
|
||||
CLEANFILES = ${pluginlib_SCRIPTS}
|
||||
|
||||
.tcl:
|
||||
sed s,@THEGIMPTCL@,${libexecdir}/gimptcl, $< > $@
|
||||
chmod +x $@
|
||||
|
|
Loading…
Reference in New Issue