commit 4f6198094cf4134179d1f9c9fa8f79759a27c87e

Author: Felix Fietkau <nbd@openwrt.org>
Date:   Tue May 27 13:56:12 2008 +0200

    rename src/ to luasrc/
This commit is contained in:
Steven Barth 2008-05-27 12:23:39 +00:00
parent 5df565faba
commit d35a620e9f
146 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ source: source-module
source-module:
mkdir -p dist$(LUCI_INSTALLDIR)
cp root/* dist -R 2>/dev/null || true
cp src/* dist$(LUCI_INSTALLDIR) -R 2>/dev/null || true
cp luasrc/* dist$(LUCI_INSTALLDIR) -R 2>/dev/null || true
for i in $$(find dist -name .svn); do rm $$i -rf; done
compile-module: source-module

Some files were not shown because too many files have changed in this diff Show more