]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: prefer install in /usr/local in Docker
authorVincent Bernat <vincent@bernat.ch>
Wed, 17 Aug 2022 13:47:45 +0000 (15:47 +0200)
committerVincent Bernat <vincent@bernat.ch>
Wed, 17 Aug 2022 13:47:45 +0000 (15:47 +0200)
It does not matter much, but this is more correct from a distribution
point of view.

.dockerignore
Dockerfile

index 5694e6b9fe1947583d6db507cb9ac757f800f13c..fc0f26972857a2954b08e98d5a40eb6a2bd4f1ab 100644 (file)
@@ -1,2 +1,3 @@
 tests/integration/__pycache__
 Dockerfile
+*~
index 9ce2c377a8c453ce40ad6531d6dc647bec3c9199..71dbe1cd95baf5dd588e3dca9789e7d264362d2a 100644 (file)
@@ -7,7 +7,7 @@ WORKDIR /build
 COPY . .
 RUN ./autogen.sh
 RUN ./configure \
-               --prefix=/usr \
+               --prefix=/usr/local \
                --sysconfdir=/etc \
                --enable-pie \
                --enable-hardening \