efl/src/examples/eio: fixed typo.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 28 Dec 2012 15:59:12 +0000 (15:59 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 28 Dec 2012 15:59:12 +0000 (15:59 +0000)
SVN revision: 81814

src/examples/eio/Makefile.am

index bd34825..ee0db70 100644 (file)
@@ -36,5 +36,5 @@ install-examples:
 
 uninstall-local:
        for f in $(SRCS) ; do \
-         rm -f $(datadir)/io/examples/$$f ; \
+         rm -f $(datadir)/eio/examples/$$f ; \
        done