Skip to content

Commit

Permalink
qmake|Ubuntu: Do not install apt repository with package
Browse files Browse the repository at this point in the history
This was a questionable feature. I would rather have a PPA that the
user can easily add to their apt config if they wish.
  • Loading branch information
skyjake committed Oct 28, 2013
1 parent 0cf703a commit 991fe61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doomsday/build/build.pro
Expand Up @@ -89,18 +89,18 @@ deng_snowberry {

deng_aptunstable {
# Include the Unstable repository for apt.
INSTALLS += repo
#INSTALLS += repo

repo.files += ../../distrib/linux/doomsday-builds-unstable.list
repo.path += /etc/apt/sources.list.d
#repo.files += ../../distrib/linux/doomsday-builds-unstable.list
#repo.path += /etc/apt/sources.list.d
}

deng_aptstable {
# Include the Stable repository for apt.
INSTALLS += repo
#INSTALLS += repo

repo.files += ../../distrib/linux/doomsday-builds-stable.list
repo.path += /etc/apt/sources.list.d
#repo.files += ../../distrib/linux/doomsday-builds-stable.list
#repo.path += /etc/apt/sources.list.d
}

OTHER_FILES += ../configure.py

0 comments on commit 991fe61

Please sign in to comment.