![]() |
2013-08-17
, 12:03
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#12
|
![]() |
2013-08-17
, 12:39
|
|
Posts: 644 |
Thanked: 480 times |
Joined on Jul 2012
@ Finland
|
#13
|
![]() |
2013-08-17
, 12:58
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#14
|
![]() |
2013-08-17
, 13:14
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#15
|
![]() |
2013-08-17
, 13:25
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#16
|
cp -f /opt/dpkgcreator/tar /bin && chmod 777 /bin/tar ln -sf busybox /bin/tar
~ $ cp -f /opt/dpkgcreator/tar /bin cp: can't create '/bin/tar': File exists ~ $ ln -sf busybox /bin/tar ln: /bin/tar: File exists ~ $
The Following User Says Thank You to Schturman For This Useful Post: | ||
![]() |
2013-08-17
, 13:31
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#17
|
export PATH=$PATH:/opt/dpkgcreator
![]() |
2013-08-17
, 13:35
|
|
Posts: 644 |
Thanked: 480 times |
Joined on Jul 2012
@ Finland
|
#18
|
OK, good
If you .deb not do what it should do, check your files (path), check your scripts (postinst, preinst, postrm, prerm).
PS. created file installable and uninstallable ? What exactly not work ?
![]() |
2013-08-17
, 13:51
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#19
|
add it to your packaging scriptCode:export PATH=$PATH:/opt/dpkgcreator
~ $ dpkg-deb -b /home/user/MyDocs/DEBCREATOR/iconchanger /home/user/MyDocs/DEBCREATOR
dpkg-deb: warning: '/home/user/MyDocs/DEBCREATOR/iconchanger/DEBIAN/control' contains user-defined field 'Maemo-Display-Name'
dpkg-deb: warning: '/home/user/MyDocs/DEBCREATOR/iconchanger/DEBIAN/control' contains user-defined field 'Maemo-Flags'
dpkg-deb: warning: '/home/user/MyDocs/DEBCREATOR/iconchanger/DEBIAN/control' contains user-defined field 'Maemo-Icon-26'
dpkg-deb: building package `iconchanger' in `/home/user/MyDocs/DEBCREATOR/iconchanger_0.0.2_armel.deb'.
dpkg-deb: control directory has bad permissions 777 (must be >=0755 and <=0775)
The Following User Says Thank You to Schturman For This Useful Post: | ||
![]() |
2013-08-17
, 13:58
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#20
|
dpkg-deb -x /path/to/deb-package-name /path/to/target directory && dpkg-deb -e /path/to/deb-package-name /path/to/target directory/DEBIAN
The Following 2 Users Say Thank You to Schturman For This Useful Post: | ||
Ok, I will add
Lausanne & Lyon de descente...
----------------
Schturman's home page
Schturman's repo on openrepos
RPM packaging directly on your Jolla phone.
Root & User SSH access to Jolla via WinSCP.
Root and User SSH access to Jolla via Nautilus on Linux PC.