Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041689
en ru br
ALT Linux repos
S:0.16-alt1
5.0: 0.13-alt1
4.1: 0.13-alt1
4.0: 0.13-alt1
3.0: 0.13-alt1

Group :: Development/Other
RPM: chrpath

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: chrpath-rh-getopt_long.patch
Download


--- chrpath/main.c
+++ chrpath/main.c
@@ -31,7 +31,8 @@ static struct option long_options[] =
   {"keepgoing", 0, 0, 'k'},
   {"list",      0, 0, 'l'},
   {"replace",   1, 0, 'r'},
-  {"version",   0, 0, 'v'}
+  {"version",   0, 0, 'v'},
+  {0,           0, 0, 0}
 };
 
 #else /* not HAVE_GETOPT_LONG */
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin