File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,12 +203,12 @@ run: $(PROG)
203203
204204ipk : $(PROG )
205205 @mkdir -p $(RELEASEDIR )
206- @rm -rf /tmp/.uae4all-ipk/ && mkdir -p /tmp/.uae4all-ipk/root/home/retrofw/emus/uae4all /tmp/.uae4all-ipk/root/home/retrofw/apps/gmenu2x/sections/emulators /tmp/.uae4all-ipk/root/home/retrofw/apps/gmenu2x/sections/systems
206+ @rm -rf /tmp/.uae4all-ipk/ && mkdir -p /tmp/.uae4all-ipk/root/home/retrofw/emus/uae4all /tmp/.uae4all-ipk/root/home/retrofw/apps/gmenu2x/sections/emulators /tmp/.uae4all-ipk/root/home/retrofw/apps/gmenu2x/sections/emulators. systems
207207 @cp -R $(DATADIR ) ./docs/ /tmp/.uae4all-ipk/root/home/retrofw/emus/uae4all
208208 @rm /tmp/.uae4all-ipk/root/home/retrofw/emus/uae4all/$(DATADIR ) /music.mod /tmp/.uae4all-ipk/root/home/retrofw/emus/uae4all/$(DATADIR ) /click.wav
209209 @cp $(PROG ) $(OPKDIR ) /uae4all.png $(OPKDIR ) /readme.man.txt /tmp/.uae4all-ipk/root/home/retrofw/emus/uae4all
210210 @cp $(OPKDIR ) /uae4all.lnk /tmp/.uae4all-ipk/root/home/retrofw/apps/gmenu2x/sections/emulators
211- @cp $(OPKDIR ) /amiga.uae4all.lnk /tmp/.uae4all-ipk/root/home/retrofw/apps/gmenu2x/sections/systems
211+ @cp $(OPKDIR ) /amiga.uae4all.lnk /tmp/.uae4all-ipk/root/home/retrofw/apps/gmenu2x/sections/emulators. systems
212212 @sed " s/^Version:.*/Version: $$ (date +%Y%m%d)/" $(OPKDIR ) /control > /tmp/.uae4all-ipk/control
213213 @tar --owner=0 --group=0 -czvf /tmp/.uae4all-ipk/control.tar.gz -C /tmp/.uae4all-ipk/ control
214214 @tar --owner=0 --group=0 -czvf /tmp/.uae4all-ipk/data.tar.gz -C /tmp/.uae4all-ipk/root/ .
You can’t perform that action at this time.
0 commit comments