Bugfix: wrong path for awstats' panel files
This commit is contained in:
parent
813c953544
commit
49e70b4acc
|
@ -101,7 +101,7 @@ install: build
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Copy the desk files
|
# Copy the desk files
|
||||||
cp -r awstats/bureau debian/alternc-awstats/usr/share/alternc/panel
|
cp -r awstats/bureau/* debian/alternc-awstats/usr/share/alternc/panel
|
||||||
find debian/alternc-awstats/usr/share/alternc/panel/ -depth -iname ".svn" -exec rm -rf "{}" \;
|
find debian/alternc-awstats/usr/share/alternc/panel/ -depth -iname ".svn" -exec rm -rf "{}" \;
|
||||||
rm -f debian/alternc-awstats/usr/share/alternc/panel/locales/Makefile
|
rm -f debian/alternc-awstats/usr/share/alternc/panel/locales/Makefile
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue