Skip to content

Commit

Permalink
Merge pull request #153 from MartinNowak/separate_changelogs
Browse files Browse the repository at this point in the history
fix for separate changelogs
  • Loading branch information
Jordi Sayol committed Oct 7, 2015
2 parents 17d11f1 + 84adc8a commit ed6ce95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions linux/dmd_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,6 @@ else
cat ../$UNZIPDIR/src/druntime/LICENSE_tmp >> usr/share/doc/dmd/copyright


# link changelog
ln -s ../../dmd/html/d/changelog.html usr/share/doc/dmd/


# create shlibs file
mkdir -p DEBIAN
echo "libphobos2 "$MAJOR.$MINOR" libphobos2-"$MINOR > DEBIAN/shlibs
Expand Down
4 changes: 0 additions & 4 deletions linux/dmd_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ do
cat ../$UNZIPDIR/license.txt | sed 's/\r//' >> usr/share/doc/dmd/copyright


# link changelog
ln -s ../../dmd/html/d/changelog.html usr/share/doc/dmd/


# create /etc/dmd.conf file
mkdir -p etc/
echo -en ';
Expand Down

0 comments on commit ed6ce95

Please sign in to comment.