Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
The distribution-specific files are copied correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaradi committed May 8, 2017
1 parent e516edd commit 8050275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/debian/travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ elif [ "$TRAVIS_BUILD_STEP" == "script" ]; then

cp -a linux/debian/nextcloud-client/debian .
if test -d linux/debian/nextcloud-client/debian.${distribution}; then
cp -a linux/debian/nextcloud-client/debian.${distribution} debian
tar cf - -C linux/debian/nextcloud-client/debian.${distribution} . | tar xf - -C debian
fi

linux/debian/scripts/git2changelog.py /tmp/tmpchangelog ${distribution}
Expand Down

0 comments on commit 8050275

Please sign in to comment.