File tree 1 file changed +8
-8
lines changed 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ linux-package: sqlwrite-bin
61
61
cp $(LIBFILE) pkg_root/usr/local/lib
62
62
cp $(SQLITE_LIB) pkg_root/usr/local/lib
63
63
64
- mkdir -p DEBIAN
65
- echo "Package: sqlwrite" > DEBIAN/control
66
- echo "Version: 1.0" >> DEBIAN/control
67
- echo "Section: base" >> DEBIAN/control
68
- echo "Priority: optional" >> DEBIAN/control
69
- echo "Architecture: $(shell dpkg --print-architecture)" >> DEBIAN/control
70
- echo "Maintainer: your-email@example.com" >> DEBIAN/control
71
- echo "Description: Sqlwrite command-line tool" >> DEBIAN/control
64
+ mkdir -p pkg_root/ DEBIAN
65
+ echo "Package: sqlwrite" > pkg_root/ DEBIAN/control
66
+ echo "Version: 1.0" >> pkg_root/ DEBIAN/control
67
+ echo "Section: base" >> pkg_root/ DEBIAN/control
68
+ echo "Priority: optional" >> pkg_root/ DEBIAN/control
69
+ echo "Architecture: $(shell dpkg --print-architecture)" >> pkg_root/ DEBIAN/control
70
+ echo "Maintainer: your-email@example.com" >> pkg_root/ DEBIAN/control
71
+ echo "Description: Sqlwrite command-line tool" >> pkg_root/ DEBIAN/control
72
72
dpkg-deb --build pkg_root sqlwrite-linux.deb
73
73
74
74
You can’t perform that action at this time.
0 commit comments