Make a deb package that installs data under /var/www/data
1
vote
1
answer
621
views
I recently set up a PPA on Launchpad for distributing my web application.
Since it's a server-app, I need to put my data into
/var/www/html
which apparently is not wanted by Lintian ("dir-or-file-in-var-www").
So far, I accomplish the task via a postinst
script, which copies the files after installation, but there has to be a more elegant way, isn't there?
Asked by paranerd
(13 rep)
Jul 23, 2014, 11:18 AM
Last activity: May 12, 2016, 02:25 PM
Last activity: May 12, 2016, 02:25 PM