View Single Post
flotron's Avatar
Posts: 418 | Thanked: 506 times | Joined on Jan 2012 @ Argentina
#70
Ok, i just save it in MyDocs as make-deb.sh and use it like "sh /home/user/MyDocs/make-deb.sh /home/user/foopackage"

but i get error "line 52: ar: not found" i supose that you forgot the "t" there so i add it to the "ar" = tar (i dont know if this correct)

After fixing that i got: tar: invalid option - - ' r '

Using this, where is the deb file suposed to to be saved?

Thank you