Skip to Content.
Sympa Menu

packagers - [sympa-packagers] Change on layout

Subject: List for people interesting in developping and using Sympa packages

List archive

Chronological Thread  
  • From: IKEDA Soji <address@concealed>
  • To: address@concealed
  • Subject: [sympa-packagers] Change on layout
  • Date: Mon, 26 Mar 2018 20:44:43 +0900

Hi packagers,

FYI, as of Sympa 6.2.26, new configure options --with-cssdir
and --with-picturesdir were introduced.

On RPM (Xavier Bachelot and I are working), some paths were moved
with recent releases to conform to Filesystem Hierarchy Standard
better.

If you made changes on layout of your package, please let me know.
I'll update Sympa documentation:

https://sympa-community.github.io/manual/layout.html


Example on RPM:

Before:
--localstatedir=/var

STATICDIR /var/lib/sympa/static_content
css path /var/lib/sympa/static_content/css
pictures path /var/lib/sympa/static_content/pictures

6.2.26 or later:
--with-staticdir=/usr/share/sympa/static_content \
--with-cssdir=/var/lib/sympa/css \
--with-picturesdir=/var/lib/sympa/pictures

STATICDIR /usr/share/sympa/static_content
CSSDIR /var/lib/sympa/css
PICTURESDIR /var/lib/sympa/pictures


Regards,
-- Soji

--
株式会社 コンバージョン
ITソリューション部 システムソリューション1グループ 池田荘児
〒140-0014 東京都品川区大井1-49-15 アクセス大井町ビル4F
e-mail address@concealed TEL 03-6429-2880
https://www.conversion.co.jp/


  • [sympa-packagers] Change on layout, IKEDA Soji, 03/26/2018

Archive powered by MHonArc 2.6.19+.

Top of Page