Changeset 175
- Timestamp:
- 10/16/12 17:54:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r174 r175 136 136 "5" => "lenny", 137 137 "6.0" => "squeeze", 138 "7.0" => "wheezy", #maybe? 138 "7.0" => "wheezy", 139 "8.0" => "jessie", 139 140 "99" => "sid"); 140 141 # Enh. There doesn't seem to be any better way to do this... :( … … 1754 1755 $macrostring =~ s'%{_sysconfdir}'/etc'g; 1755 1756 $macrostring =~ s'%{_localstatedir}'/var'g; 1757 $macrostring =~ s'%{_prefix}'/usr'g; 1756 1758 1757 1759 # FHS-ish locations that aren't quite actually FHS-specified.
Note:
See TracChangeset
for help on using the changeset viewer.