~ubuntu-core-dev/ubuntu/maverick/udev/ubuntu

« back to all changes in this revision

Viewing changes to libudev/libudev-util-private.c

  • Committer: Kay Sievers
  • Date: 2009-06-17 00:25:07 UTC
  • mto: (2352.4.2)
  • mto: This revision was merged to the branch mainline in revision 2459.
  • Revision ID: git-v1:6133f3432fe86bc140cc9ba74794826f75c915fa
cleanup ./configure installation directory options

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
 
291
291
        /* allow programs in /lib/udev/ to be called without the path */
292
292
        if (argv[0][0] != '/') {
293
 
                util_strscpyl(program, sizeof(program), UDEV_PREFIX "/lib/udev/", argv[0], NULL);
 
293
                util_strscpyl(program, sizeof(program), LIBEXECDIR "/", argv[0], NULL);
294
294
                argv[0] = program;
295
295
        }
296
296