Howdy all,

I've been playing with ubuntu and fedora packaging for a bit, and have
basic packaging of c and python apps down. The problem is when I need a
package that just copies some files, I can't get it to work.

What I want to do is just copy the source tree to /usr/share/blah and
symlink a script to /usr/bin/blah. Like this:

cp -R . /usr/share/blah/
ln -s /usr/share/blah/bin/blah /usr/bin/blah

I have tried putting that in the rules file under build and install, a
separate make file, and a post script. But they all fail, run at package
time,or the source tree is not found.

Any help would be appreciated, as I have been head-butting this for a
few days.


-- 
Ubuntu-motu mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu

Reply via email to