Skip to content

Commit

Permalink
Fixed broken dist package
Browse files Browse the repository at this point in the history
  • Loading branch information
epoupon committed Sep 21, 2019
1 parent b601190 commit 212da4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_install:
- git checkout 4.1.0
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr && sudo make install
- popd
script: autoreconf -vfi && CXXFLAGS="-Wall -Wextra -Werror" ./configure && make
script: autoreconf -vfi && CXXFLAGS="-Wall -Wextra -Werror" ./configure && make distcheck
env:
global:
- MAKEFLAGS="-j 2"
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fileshelter_approotdir=$(pkgdatadir)/approot
fileshelter_cssdir=$(fileshelter_docrootdir)/css

dist_pkgdata_DATA = \
systemd/default.service \
systemd/fileshelter.service \
conf/fileshelter.conf

dist_fileshelter_css_DATA = \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
AC_INIT(fileshelter, 4.0.0, test@test)
AC_INIT(fileshelter, 4.0.1, test@test)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER(src/config/config.h)

Expand Down

0 comments on commit 212da4c

Please sign in to comment.