rnewson commented on code in PR #4880:
URL: https://github.com/apache/couchdb/pull/4880#discussion_r1409512023
##########
nouveau/build.gradle:
##########
@@ -90,3 +91,33 @@ tasks.withType(AbstractArchiveTask) {
preserveFileTimestamps = false
reproducibleFileOrder = true
}
+
+
+apply plugin: 'com.netflix.nebula.deb'
+apply plugin: 'com.netflix.nebula.rpm'
+apply plugin: 'com.netflix.nebula.ospackage-daemon'
+
+ospackage {
+ packageName = 'nouveau'
+
+ into '/opt/nouveau'
Review Comment:
install prefix is not configurable for debian packages. At least, I've never
seen such a thing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]