clean up the sed'ed scripts so that ./configure'd prefixes

are correct
This commit is contained in:
Eric L. Hernes 1997-12-31 13:07:19 +00:00
parent bec0b7073c
commit 174322b2e1

View file

@ -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 $@