We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354f042 commit a2a6117Copy full SHA for a2a6117
2 files changed
examples/cdbs/debathena-transform-example-1.0/debian/rules
@@ -2,7 +2,7 @@
2
3
DEB_DISPLACE_EXTENSION = .debathena
4
DEB_TRANSFORM_FILES_debathena-transform-example += \
5
- /etc/lynx-cur/lynx.cfg.debathena
+ /etc/lynx/lynx.cfg.debathena
6
7
include /usr/share/cdbs/1/rules/debhelper.mk
8
include /usr/share/cdbs/1/rules/config-package.mk
examples/debhelper/debathena-transform-example-1.0/debian/debathena-transform-example.transform
@@ -1 +1 @@
1
-/etc/lynx-cur/lynx.cfg.debathena perl -0pe 's|^#STARTFILE:.*$|$&\nSTARTFILE:http://web.mit.edu/|m or die'
+/etc/lynx/lynx.cfg.debathena perl -0pe 's|^#STARTFILE:.*$|$&\nSTARTFILE:http://web.mit.edu/|m or die'
0 commit comments