diff options
author | Stefano Karapetsas <[email protected]> | 2013-09-03 11:20:11 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-09-03 11:30:27 +0200 |
commit | 52d9121801dd330799f4c4a1dd42974faaeba2b4 (patch) | |
tree | b13900eb77baad1bf1b2cd74e08a10ed3b46fa13 /mate/scalable/Makefile.am | |
parent | 9c8750668810066b0c357b9ba6d0df597559935f (diff) | |
download | mate-icon-theme-52d9121801dd330799f4c4a1dd42974faaeba2b4.tar.bz2 mate-icon-theme-52d9121801dd330799f4c4a1dd42974faaeba2b4.tar.xz |
Fix typo in makefile
Closes #10 (https://github.com/mate-desktop/mate-icon-theme/issues/10)
Diffstat (limited to 'mate/scalable/Makefile.am')
-rw-r--r-- | mate/scalable/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate/scalable/Makefile.am b/mate/scalable/Makefile.am index 3cfe589..961e6b1 100644 --- a/mate/scalable/Makefile.am +++ b/mate/scalable/Makefile.am @@ -29,7 +29,7 @@ uninstall-local: cd $(DESTDIR)$(themedir); \ for file in `find . -name *.svg | sed s@./@/@`; do \ rm -f $(DESTDIR)$(themedir)$$file; \ - done; + done; \ fi MAINTAINERCLEANFILES = \ |