Skip to content

Commit a2a6117

Browse files
committed
examples: Update paths to work with current lynx version
1 parent 354f042 commit a2a6117

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/cdbs/debathena-transform-example-1.0/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
DEB_DISPLACE_EXTENSION = .debathena
44
DEB_TRANSFORM_FILES_debathena-transform-example += \
5-
/etc/lynx-cur/lynx.cfg.debathena
5+
/etc/lynx/lynx.cfg.debathena
66

77
include /usr/share/cdbs/1/rules/debhelper.mk
88
include /usr/share/cdbs/1/rules/config-package.mk
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/etc/lynx-cur/lynx.cfg.debathena perl -0pe 's|^#STARTFILE:.*$|$&\nSTARTFILE:http://web.mit.edu/|m or die'
1+
/etc/lynx/lynx.cfg.debathena perl -0pe 's|^#STARTFILE:.*$|$&\nSTARTFILE:http://web.mit.edu/|m or die'

0 commit comments

Comments
 (0)