Просмотр исходного кода

Fixed /usr/doc reference in postinst
Author: jgg
Date: 2001-12-07 05:50:58 GMT
Fixed /usr/doc reference in postinst

Arch Librarian лет назад: 22
Родитель
Сommit
9516b56548
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      debian/postinst

+ 1 - 1
debian/postinst

@@ -14,7 +14,7 @@ create_apt_conf ()
 {
  echo "/etc/apt/sources.list does not exist; creating a default setup."
 
- cp /usr/doc/apt/examples/sources.list /etc/apt/sources.list
+ cp /usr/share/doc/apt/examples/sources.list /etc/apt/sources.list
 }
  
 check_apt_conf ()