View Single Post
farfary's Avatar
Posts: 147 | Thanked: 300 times | Joined on Mar 2012 @ ^^ IRAN ^^ - Tehran :D
#9
Originally Posted by thedead1440 View Post
farfary one last thing

for the tar replacement just do:

cp -R /path/to/downloaded/tar /bin/
chmod 775 /bin/tar


rm /bin/tar hence not required...
it will ensure people are less scared to try this out



Edit: why don't you package the new tar together with your backdeb with a cp -R command in your package? that would save the cp -R step...actually i think you can add a Makefile that does this as well as chmod 775's both backdeb and tar so then a user just installs your package and is good to go...
OWww i Don'n Know that ( cp -R ... )
i try to add tar to my package but the dpkg errorED , its say the busybux has this file in file list , and you can not replace it
when i want to use the dpkg-divert , its not allowed to divert file
i not know about dpkg-divert and replace a file that in other package, if know help mee
---
i now work to add digsigsums the deb file
in next update i add it , and try to add tar to my package if i can