Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beginner, use procedure on ubuntu 20.04 ..issues #1

Closed
fenix-soft opened this issue Oct 24, 2021 · 2 comments
Closed

beginner, use procedure on ubuntu 20.04 ..issues #1

fenix-soft opened this issue Oct 24, 2021 · 2 comments

Comments

@fenix-soft
Copy link

hi, i manually downloaded the zip file from github from browser, then i tried to use your fix deb but using the command:

dpkg-deb -Z xz -b old_deb remarkable_1.87_all.deb

gives me this error:

the control directory has wrong permissions: 700 (must be> = 0755 and <= 0775)

how do i fix? I'm on xubuntu 20.04

i know i could use the deb you created but i would like to try to figure out where i am going wrong trying to do it myself ...

thanks, if you want to help me ..

@seiferteric
Copy link
Owner

It looks like permissions were not preserved when unzipping the zip file. I did just try downloading the zip in Linux and didn't see this error, but it may depend on how or what you unzipped with. I would suggest using git clone instead.

@fenix-soft
Copy link
Author

fenix-soft commented Oct 24, 2021

I solved it like this:

cd remarkable_debfix/
cd remarkable_debfix/ old_deb

at this point I changed the permissions on the DEBIAN folder (where there is the control file for the deb package, apparently it must have that kind of permission to be packaged by dpkg-deb) with:

chmod -R 755 DEBIAN

then I managed to create the package.

thanks for your interest and for creating this fix for remarkable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants