Skip to content

Commit

Permalink
Item2106: fix build after /usr/share/foswiki/bin move
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x00@5198 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
DrakeDiedrich authored and DrakeDiedrich committed Oct 2, 2009
1 parent 23df028 commit 16bc67d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions core/tools/pkg/debian/dirs
@@ -1,7 +1,5 @@
var/lib/foswiki
var/log/foswiki
usr/lib/cgi-bin/foswiki
etc/foswiki
usr/share/doc/foswiki
usr/share/foswiki

usr/share/foswiki/bin
4 changes: 2 additions & 2 deletions core/tools/pkg/debian/rules
Expand Up @@ -38,7 +38,7 @@ install: build

echo `pwd`

cp bin/* debian/foswiki/usr/share/foswiki/bin/
mv bin/* debian/foswiki/usr/share/foswiki/bin/
cp debian/foswiki/usr/share/foswiki/bin/LocalLib.cfg.txt debian/foswiki/usr/share/foswiki/bin/LocalLib.cfg

chmod 755 debian/foswiki/usr/share/foswiki/bin/*
Expand All @@ -57,7 +57,7 @@ install: build
cp -pR data debian/foswiki/var/lib/foswiki/

#move configure's logos and css to /var/lib/foswiki/pub/logos
mv debian/foswiki/usr/lib/cgi-bin/foswiki/logos debian/foswiki/var/lib/foswiki/pub/
mv debian/foswiki/usr/share/foswiki/bin/logos debian/foswiki/var/lib/foswiki/pub/

#create mailnotify timestamps
date +%s > debian/foswiki/var/lib/foswiki/data/System/.mailnotify
Expand Down

0 comments on commit 16bc67d

Please sign in to comment.