Correct way to pack txz under Linux


Recommended Posts

I simply need to pack the plugin structure lying in the usr/ folder on my development machine.

Till now i simple run a chmod 755 on that folder and after that i package it with the tar command like this: tar -cJf plugin.txz --owner=0 --group=0 usr/

 

Dont know if there is any benefit doing this with makepkg.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.