rollback mootools-core to 1.4.5-compat

pull/803/head
Andrew Bauer 2015-05-09 17:23:01 -05:00
parent 38f6eb8b5f
commit 69ccd53653
2 changed files with 1771 additions and 1392 deletions

View File

@ -3,14 +3,14 @@ AUTOMAKE_OPTIONS = gnu
webdir = @WEB_PREFIX@/tools/mootools
dist_web_DATA = \
mootools-core-1.5.1.js \
mootools-core-1.4.5-compat.js \
mootools-more-1.5.1.js
# Yes, you are correct. This is a HACK!
install-data-hook:
( cd $(DESTDIR)$(webdir); rm -f mootools-core.js mootools-more.js )
( cd $(DESTDIR)$(webdir); ln -s mootools-core-1.5.1.js mootools-core.js )
( cd $(DESTDIR)$(webdir); ln -s mootools-more-1.5.1.js mootools-more.js )
( cd $(DESTDIR)$(webdir); ln -sf mootools-core-1.4.5-compat.js mootools-core.js )
( cd $(DESTDIR)$(webdir); ln -sf mootools-more-1.5.1.js mootools-more.js )
uninstall-hook:
@-( cd $(DESTDIR)$(webdir); rm -f mootools-* )