Skip to content

Commit e9e9a42

Browse files
committed
Adjust paths in final build stap to satisfy opkg-make-index
1 parent f902f62 commit e9e9a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.dji

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ goggle_ipk: osd_dji
2727
cp font.bin ipk/goggle/data/opt/fonts
2828
cd ipk/goggle/control && tar czvf ../build/control.tar.gz .
2929
cd ipk/goggle/data && tar czvf ../build/data.tar.gz .
30-
cd ipk/goggle/build && tar czvf "goggle-osd-dji.ipk" control.tar.gz data.tar.gz debian-binary
30+
cd ipk/goggle/build && tar czvf "goggle-osd-dji.ipk" ./control.tar.gz ./data.tar.gz ./debian-binary
3131

3232
clean:
3333
rm -rf *.o

0 commit comments

Comments
 (0)