debian/rules bug fix: the RGL was not included in .deb packages

The problem was that the RGL was both built and copied to the destdir
during the build step, which caused it to be deleted before the install
step. It is now copied to destdir during the install step.
This commit is contained in:
Thomas Hallgren
2019-03-05 16:19:46 +01:00
parent 52f2739da1
commit eb46577f58
3 changed files with 26 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
name: gf
version: 3.10
version: 3.10-git
cabal-version: >= 1.22
build-type: Custom