Skip to content

Commit a0eb9bf

Browse files
Oliver Oldvilgotf
authored andcommitted
Prepend conffile paths with /
1 parent 9758322 commit a0eb9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ debian_package(){
3636
echo "Rules-Requires-Root: no"
3737
} > "${DEB_NAME}/DEBIAN/control"
3838
pushd "${DEB_NAME}"
39-
find etc/ -type f > "DEBIAN/conffiles"
39+
find etc/ -type f -exec echo /{} \; > "DEBIAN/conffiles"
4040
popd
4141
dpkg-deb --build --root-owner-group "${DEB_NAME}"
4242
rm -rf "${DEB_NAME}"

0 commit comments

Comments
 (0)