Installation fixes

svn: r89
This commit is contained in:
Don Allingham 2001-06-04 01:46:37 +00:00
parent 13ee3baaab
commit f453878a1f
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ all:
install:
${INSTALL} -d ${filters}
${INSTALL} *.py *.pyc *.pyo ${datadir}/filters
${INSTALL} *.py *.pyo ${datadir}/filters
uninstall:
rm ${filters}/*.py ${filters}/*.pyo ${filters}/*.glade ${filters}/*.xpm

View File

@ -15,7 +15,7 @@ all:
install:
${INSTALL} -d ${plugins}
${INSTALL} *.py *.pyc *.pyo *.glade ${plugins}
${INSTALL} *.py *.pyo *.glade ${plugins}
uninstall:
rm ${plugins}/*.py ${plugins}/*.pyo ${plugins}/*.glade ${plugins}/*.xpm