1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

lain: new commit

This commit is contained in:
copycat-killer 2016-12-11 10:53:04 +01:00
parent 586127c346
commit 354c75f450
2 changed files with 6 additions and 6 deletions

2
lain

@ -1 +1 @@
Subproject commit 2d67c3962019c47529f357a3c347288c905257b2
Subproject commit c7000b78cf6087308bcd8624cb03febaac0b3d29

View file

@ -30,11 +30,11 @@ n_themes=$(themes) | wc -l
.SILENT : all
all: $(DESTDIR)
cd $(DESTDIR) && \
echo -n $(git pull)#"Already up-to-date."; \
git submodule init ; \
git submodule update; \
$(swap_dialog)
cd $(DESTDIR) && \
echo -n $(git pull)#"Already up-to-date."; \
git submodule init ; \
git submodule update; \
$(swap_dialog)
$(DESTDIR):
git clone https://github.com/${PROJECT}.git $@