File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,8 @@ ipk: $(PROG)
210210 @cp $(OPKDIR ) /uae4all.lnk /tmp/.uae4all-ipk/root/home/retrofw/apps/gmenu2x/sections/emulators
211211 @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
213- @tar --owner=0 --group=0 -czvf /tmp/.uae4all-ipk/control.tar.gz -C /tmp/.uae4all-ipk/ control
213+ @cp $(OPKDIR ) /conffiles /tmp/.uae4all-ipk/
214+ @tar --owner=0 --group=0 -czvf /tmp/.uae4all-ipk/control.tar.gz -C /tmp/.uae4all-ipk/ control conffiles
214215 @tar --owner=0 --group=0 -czvf /tmp/.uae4all-ipk/data.tar.gz -C /tmp/.uae4all-ipk/root/ .
215216 @echo 2.0 > /tmp/.uae4all-ipk/debian-binary
216217 @ar r $(RELEASEDIR ) /uae4all.ipk /tmp/.uae4all-ipk/control.tar.gz /tmp/.uae4all-ipk/data.tar.gz /tmp/.uae4all-ipk/debian-binary
Original file line number Diff line number Diff line change 1+ /home/retrofw/apps/gmenu2x/sections/emulators/uae4all.lnk
2+ /home/retrofw/apps/gmenu2x/sections/emulators.systems/amiga.uae4all.lnk
You can’t perform that action at this time.
0 commit comments