Fixed makefile installs
svn: r40
This commit is contained in:
parent
7e55d972ba
commit
0f19e46c27
@ -14,7 +14,7 @@ all:
|
||||
|
||||
install:
|
||||
${INSTALL} -d ${filters}
|
||||
${INSTALL} -c *.py *.pyo ${datadir}/filters
|
||||
${INSTALL} *.py *.pyc *.pyo ${datadir}/filters
|
||||
|
||||
uninstall:
|
||||
rm ${filters}/*.py ${filters}/*.pyo ${filters}/*.glade ${filters}/*.xpm
|
||||
|
@ -15,7 +15,7 @@ all:
|
||||
|
||||
install:
|
||||
${INSTALL} -d ${plugins}
|
||||
${INSTALL} -c *.py *.pyo *.glade ${plugins}
|
||||
${INSTALL} *.py *.pyc *.pyo *.glade ${plugins}
|
||||
|
||||
uninstall:
|
||||
rm ${plugins}/*.py ${plugins}/*.pyo ${plugins}/*.glade ${plugins}/*.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user